public class RestControllerAnnotationMapper extends ComponentAnnotationMapper
| Constructor and Description |
|---|
RestControllerAnnotationMapper() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
mappublic java.lang.String getName()
getName in interface NamedgetName in class ComponentAnnotationMapperprotected java.util.List<AnnotationValue<?>> mapInternal(AnnotationValue<java.lang.annotation.Annotation> annotation, VisitorContext visitorContext)
AbstractSpringAnnotationMappermapInternal in class ComponentAnnotationMapperannotation - The annotationvisitorContext - The visitor context