public class SpringComponentProcessor extends AnnotationBasedComponentModelProcessor
ModelElementProcessor which converts the given Mapper
object into a Spring bean in case Spring is configured as the
target component model for this mapper.ModelElementProcessor.ProcessorContext| Constructor and Description |
|---|
SpringComponentProcessor() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getComponentModelIdentifier() |
protected Annotation |
getMapperReferenceAnnotation() |
protected List<Annotation> |
getTypeAnnotations(Mapper mapper) |
protected boolean |
requiresGenerationOfDecoratorClass() |
getPriority, getTypeFactory, process, replacementMapperReferenceprotected String getComponentModelIdentifier()
getComponentModelIdentifier in class AnnotationBasedComponentModelProcessorprotected List<Annotation> getTypeAnnotations(Mapper mapper)
getTypeAnnotations in class AnnotationBasedComponentModelProcessorprotected Annotation getMapperReferenceAnnotation()
getMapperReferenceAnnotation in class AnnotationBasedComponentModelProcessorprotected boolean requiresGenerationOfDecoratorClass()
requiresGenerationOfDecoratorClass in class AnnotationBasedComponentModelProcessorCopyright © 2012–2015. All rights reserved.