
public class Jsr330ComponentProcessor extends AnnotationBasedComponentModelProcessor
ModelElementProcessor which converts the given Mapper
object into a JSR 330 style bean in case "jsr330" is configured as the
target component model for this mapper.ModelElementProcessor.ProcessorContext| Constructor and Description |
|---|
Jsr330ComponentProcessor() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getComponentModelIdentifier() |
protected List<Annotation> |
getDecoratorAnnotations() |
protected List<Annotation> |
getDelegatorReferenceAnnotations(Mapper mapper) |
protected List<Annotation> |
getMapperReferenceAnnotations() |
protected List<Annotation> |
getTypeAnnotations(Mapper mapper) |
protected boolean |
requiresGenerationOfDecoratorClass() |
additionalPublicEmptyConstructor, adjustDecorator, getPriority, getTypeFactory, process, replacementMapperReferenceprotected String getComponentModelIdentifier()
getComponentModelIdentifier in class AnnotationBasedComponentModelProcessorprotected List<Annotation> getTypeAnnotations(Mapper mapper)
getTypeAnnotations in class AnnotationBasedComponentModelProcessormapper - the mapperprotected List<Annotation> getDecoratorAnnotations()
getDecoratorAnnotations in class AnnotationBasedComponentModelProcessorprotected List<Annotation> getDelegatorReferenceAnnotations(Mapper mapper)
getDelegatorReferenceAnnotations in class AnnotationBasedComponentModelProcessorprotected List<Annotation> getMapperReferenceAnnotations()
getMapperReferenceAnnotations in class AnnotationBasedComponentModelProcessorprotected boolean requiresGenerationOfDecoratorClass()
requiresGenerationOfDecoratorClass in class AnnotationBasedComponentModelProcessorCopyright © 2012-2021 MapStruct Authors; All rights reserved. Released under the Apache Software License 2.0.