@Internal public class InterceptorBeanMapper extends java.lang.Object implements TypedAnnotationMapper<InterceptorBean>
Constructor and Description |
---|
InterceptorBeanMapper() |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<InterceptorBean> |
annotationType()
The annotation type to be mapped.
|
java.util.List<AnnotationValue<?>> |
map(AnnotationValue<InterceptorBean> annotation,
VisitorContext visitorContext)
The map method will be called for each instances of the annotation returned via this method.
|
public java.util.List<AnnotationValue<?>> map(AnnotationValue<InterceptorBean> annotation, VisitorContext visitorContext)
AnnotationMapper
map
in interface AnnotationMapper<InterceptorBean>
annotation
- The annotation valuesvisitorContext
- The context that is being visitedpublic java.lang.Class<InterceptorBean> annotationType()
TypedAnnotationMapper
annotationType
in interface TypedAnnotationMapper<InterceptorBean>