Class Advice.OffsetMapping.ForStackManipulation.OfAnnotationProperty<T extends Annotation>

java.lang.Object
net.bytebuddy.asm.Advice.OffsetMapping.ForStackManipulation.OfAnnotationProperty<T>
Type Parameters:
T - The annotation type this factory binds.
All Implemented Interfaces:
Advice.OffsetMapping.Factory<T>
Enclosing class:
Advice.OffsetMapping.ForStackManipulation

@Enhance public static class Advice.OffsetMapping.ForStackManipulation.OfAnnotationProperty<T extends Annotation> extends Object implements Advice.OffsetMapping.Factory<T>
A factory for binding an annotation's property.
  • Constructor Details

    • OfAnnotationProperty

      protected OfAnnotationProperty(Class<T> annotationType, MethodDescription.InDefinedShape property)
      Creates a factory for binding an annotation property.
      Parameters:
      annotationType - The annotation type.
      property - The annotation property.
  • Method Details