Class 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>
    A TypedAnnotationMapper for the InterceptorBean annotation.
    • 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • InterceptorBeanMapper

        public InterceptorBeanMapper()
    • Method Detail

      • annotationType

        public java.lang.Class<InterceptorBean> annotationType()
        Specified by:
        annotationType in interface io.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 interface io.micronaut.inject.annotation.AnnotationMapper<InterceptorBean>