@Internal public class InterceptorBeanMapper extends java.lang.Object implements TypedAnnotationTransformer<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<?>> |
transform(AnnotationValue<InterceptorBean> annotation,
VisitorContext visitorContext)
The transform method will be called for each instances of the annotation returned via this method.
|
public java.util.List<AnnotationValue<?>> transform(AnnotationValue<InterceptorBean> annotation, VisitorContext visitorContext)
AnnotationTransformertransform in interface AnnotationTransformer<InterceptorBean>annotation - The annotation valuesvisitorContext - The context that is being visitedpublic java.lang.Class<InterceptorBean> annotationType()
TypedAnnotationTransformerannotationType in interface TypedAnnotationTransformer<InterceptorBean>