Interface PropertyMappingAnnotationProcessor<A extends Annotation>

    • Method Detail

      • process

        void process​(PropertyMappingStep mapping,
                     A annotation,
                     PropertyMappingAnnotationProcessorContext context)
        Extract information from the annotation and, in accordance with that information, contribute to the mapping passed in parameter.
        Parameters:
        mapping - The mapping to contribute to, targeting the property that the annotation was applied to.
        annotation - The annotation to process.
        context - A context providing various information and helpers.