T - The target annotation typepublic abstract class WebBindAnnotationMapper<T extends java.lang.annotation.Annotation> extends AbstractSpringAnnotationMapper
| Constructor and Description |
|---|
WebBindAnnotationMapper() |
| Modifier and Type | Method and Description |
|---|---|
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 context