public class CacheableAnnotationMapper extends AbstractSpringAnnotationMapper
| Constructor and Description |
|---|
CacheableAnnotationMapper() |
| Modifier and Type | Method and Description |
|---|---|
protected AnnotationValueBuilder<? extends java.lang.annotation.Annotation> |
buildAnnotation()
Builds the target annotation.
|
java.lang.String |
getName() |
protected java.util.List<AnnotationValue<?>> |
mapInternal(AnnotationValue<java.lang.annotation.Annotation> annotation,
VisitorContext visitorContext)
Internal map implemenation that subclasses should implement.
|
mapprotected java.util.List<AnnotationValue<?>> mapInternal(AnnotationValue<java.lang.annotation.Annotation> annotation, VisitorContext visitorContext)
AbstractSpringAnnotationMappermapInternal in class AbstractSpringAnnotationMapperannotation - The annotationvisitorContext - The visitor contextpublic java.lang.String getName()
@Nonnull protected AnnotationValueBuilder<? extends java.lang.annotation.Annotation> buildAnnotation()