public class ReadOperationAnnotationMapper extends AbstractSpringAnnotationMapper
Constructor and Description |
---|
ReadOperationAnnotationMapper() |
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.
|
protected java.lang.String |
operationName()
The operation name.
|
map
protected java.util.List<AnnotationValue<?>> mapInternal(AnnotationValue<java.lang.annotation.Annotation> annotation, VisitorContext visitorContext)
AbstractSpringAnnotationMapper
mapInternal
in class AbstractSpringAnnotationMapper
annotation
- The annotationvisitorContext
- The visitor contextpublic java.lang.String getName()
@Nonnull protected java.lang.String operationName()