@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.lang.Class<InterceptorBean> annotationType()
TypedAnnotationMapperannotationType in interface TypedAnnotationMapper<InterceptorBean>public java.util.List<AnnotationValue<?>> map(AnnotationValue<InterceptorBean> annotation, VisitorContext visitorContext)
AnnotationMappermap in interface AnnotationMapper<InterceptorBean>annotation - The annotation valuesvisitorContext - The context that is being visited