Package io.micronaut.aop.internal
Class InterceptorBeanMapper
- java.lang.Object
-
- io.micronaut.aop.internal.InterceptorBeanMapper
-
- All Implemented Interfaces:
io.micronaut.inject.annotation.AnnotationMapper<InterceptorBean>
,io.micronaut.inject.annotation.TypedAnnotationMapper<InterceptorBean>
@Internal public class InterceptorBeanMapper extends java.lang.Object implements io.micronaut.inject.annotation.TypedAnnotationMapper<InterceptorBean>
ATypedAnnotationMapper
for theInterceptorBean
annotation.
-
-
Constructor Summary
Constructors Constructor Description InterceptorBeanMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Class<InterceptorBean>
annotationType()
java.util.List<io.micronaut.core.annotation.AnnotationValue<?>>
map(io.micronaut.core.annotation.AnnotationValue<InterceptorBean> annotation, io.micronaut.inject.visitor.VisitorContext visitorContext)
-
-
-
Method Detail
-
annotationType
public java.lang.Class<InterceptorBean> annotationType()
- Specified by:
annotationType
in interfaceio.micronaut.inject.annotation.TypedAnnotationMapper<InterceptorBean>
-
map
public java.util.List<io.micronaut.core.annotation.AnnotationValue<?>> map(io.micronaut.core.annotation.AnnotationValue<InterceptorBean> annotation, io.micronaut.inject.visitor.VisitorContext visitorContext)
- Specified by:
map
in interfaceio.micronaut.inject.annotation.AnnotationMapper<InterceptorBean>
-
-