@Internal public class InterceptorBeanMapper extends Object implements TypedAnnotationMapper<InterceptorBean>
TypedAnnotationMapper
for the InterceptorBean
annotation.Constructor and Description |
---|
InterceptorBeanMapper() |
Modifier and Type | Method and Description |
---|---|
Class<InterceptorBean> |
annotationType()
The annotation type to be mapped.
|
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 Class<InterceptorBean> annotationType()
TypedAnnotationMapper
annotationType
in interface TypedAnnotationMapper<InterceptorBean>
public List<AnnotationValue<?>> map(AnnotationValue<InterceptorBean> annotation, VisitorContext visitorContext)
AnnotationMapper
map
in interface AnnotationMapper<InterceptorBean>
annotation
- The annotation valuesvisitorContext
- The context that is being visited