Class InterceptorBindingMembers

java.lang.Object
io.micronaut.inject.annotation.internal.InterceptorBindingMembers
All Implemented Interfaces:
AnnotationRemapper

@Internal public final class InterceptorBindingMembers extends Object implements AnnotationRemapper
The remapped for various interceptor annotation stereotypes.
Since:
4.0.0
Author:
Denis Stepanov
  • Constructor Details

    • InterceptorBindingMembers

      public InterceptorBindingMembers()
  • Method Details

    • getPackageName

      public String getPackageName()
      Specified by:
      getPackageName in interface AnnotationRemapper
      Returns:
      The package name of the annotation.
    • remap

      public List<AnnotationValue<?>> remap(AnnotationValue<?> annotationValue, VisitorContext visitorContext)
      Description copied from interface: AnnotationRemapper
      The map method will be called for each instances of the annotation returned via this method.
      Specified by:
      remap in interface AnnotationRemapper
      Parameters:
      annotationValue - The annotation values
      visitorContext - The context that is being visited
      Returns:
      A list of zero or many annotations and values to map to