| Package | Description | 
|---|---|
| net.bytebuddy | Byte Buddy is a library for creating Java classes at runtime of a Java program. | 
| net.bytebuddy.agent.builder | An agent builder is used to easily implement load-time class-transformations using a Java agent. | 
| net.bytebuddy.asm | The ASM package contains classes that are meant for direct interaction with the ASM API. | 
| net.bytebuddy.build | A package for types that allow for applying Byte Buddy transformation during a build process. | 
| net.bytebuddy.dynamic | This package contains classes and interfaces that are connected to writing the byte stream that represents a Java
 type that is dynamically created and for loading this type into a running JVM process. | 
| net.bytebuddy.dynamic.scaffold | This package contains helper types and implementations that are responsible for the actual writing of a byte array
 representing a Java class. | 
| net.bytebuddy.dynamic.scaffold.inline | All classes and types in this package are related to creating a  DynamicTypeby
 enhancing a given type. | 
| net.bytebuddy.implementation | The implementation package contains any logic for intercepting method calls. | 
| net.bytebuddy.implementation.auxiliary | Auxiliary types describe helper types that aid as a supplementary to a given
  InstrumentedType. | 
| net.bytebuddy.implementation.bind | The types and classes of this package are responsible for binding a method call to calling another method. | 
| net.bytebuddy.implementation.bind.annotation | This package contains annotations, types and classes that are responsible for binding a method to calling another
 method by interpreting annotations that indicate how a method should be bound to another method. | 
| net.bytebuddy.implementation.bytecode | Types and classes in this package are responsible for creating Java byte code for a given byte code target
 which is represented by a  MethodDescription. | 
| net.bytebuddy.implementation.bytecode.assign | An  Assigneris responsible for transforming
 a givenTypeDescriptioninto another one. | 
| net.bytebuddy.implementation.bytecode.assign.primitive | Assignerimplementations of this package
 are capable of handling primitive types or thevoidtype. | 
| net.bytebuddy.implementation.bytecode.collection | This package is dedicated to creating  StackManipulations
 that create collections or arrays from a given number of values. | 
| net.bytebuddy.implementation.bytecode.constant | StackManipulations in this package are responsible for
 creating compile-time constants and pushing them onto the operand stack. | 
| net.bytebuddy.implementation.bytecode.member | StackManipulations of this package are responsible for
 accessing type or method members, i.e. | 
| Modifier and Type | Method and Description | 
|---|---|
| ByteCodeAppender.Size | ByteBuddy.EnumerationImplementation.ValuesMethodAppender. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext,
     MethodDescription instrumentedMethod)Applies this byte code appender to a type creation process. | 
| ByteCodeAppender.Size | ByteBuddy.EnumerationImplementation.InitializationAppender. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext,
     MethodDescription instrumentedMethod)Applies this byte code appender to a type creation process. | 
| ByteCodeAppender.Size | ByteBuddy.RecordConstructorStrategy.Appender. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext,
     MethodDescription instrumentedMethod)Applies this byte code appender to a type creation process. | 
| Modifier and Type | Method and Description | 
|---|---|
| ByteCodeAppender.Size | AgentBuilder.LambdaInstrumentationStrategy.LambdaInstanceFactory.ConstructorImplementation.Appender. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext,
     MethodDescription instrumentedMethod)Applies this byte code appender to a type creation process. | 
| ByteCodeAppender.Size | AgentBuilder.LambdaInstrumentationStrategy.LambdaInstanceFactory.FactoryImplementation.Appender. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext,
     MethodDescription instrumentedMethod)Applies this byte code appender to a type creation process. | 
| ByteCodeAppender.Size | AgentBuilder.LambdaInstrumentationStrategy.LambdaInstanceFactory.LambdaMethodImplementation.Appender. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext,
     MethodDescription instrumentedMethod)Applies this byte code appender to a type creation process. | 
| ByteCodeAppender.Size | AgentBuilder.LambdaInstrumentationStrategy.LambdaInstanceFactory.BridgeMethodImplementation.Appender. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext,
     MethodDescription instrumentedMethod)Applies this byte code appender to a type creation process. | 
| org.objectweb.asm.MethodVisitor | AgentBuilder.LambdaInstrumentationStrategy.MetaFactoryRedirection. wrap(TypeDescription instrumentedType,
    MethodDescription instrumentedMethod,
    org.objectweb.asm.MethodVisitor methodVisitor,
    Implementation.Context implementationContext,
    TypePool typePool,
    int writerFlags,
    int readerFlags)Wraps a method visitor. | 
| org.objectweb.asm.MethodVisitor | AgentBuilder.LambdaInstrumentationStrategy.AlternativeMetaFactoryRedirection. wrap(TypeDescription instrumentedType,
    MethodDescription instrumentedMethod,
    org.objectweb.asm.MethodVisitor methodVisitor,
    Implementation.Context implementationContext,
    TypePool typePool,
    int writerFlags,
    int readerFlags)Wraps a method visitor. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Implementation.Context | Advice.Dispatcher.Inlining.Resolved.AdviceMethodInliner. implementationContextThe implementation context to use. | 
| protected Implementation.Context | Advice.Dispatcher.Inlining.CodeTranslationVisitor. implementationContextThe implementation context to use. | 
| protected Implementation.Context | Advice.Dispatcher.Delegating.Resolved.AdviceMethodWriter. implementationContextThe implementation context to use. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected abstract org.objectweb.asm.MethodVisitor | Advice.Dispatcher.Inlining.Resolved. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext,
     Assigner assigner,
     Advice.ArgumentHandler.ForInstrumentedMethod argumentHandler,
     Advice.MethodSizeHandler.ForInstrumentedMethod methodSizeHandler,
     Advice.StackMapFrameHandler.ForInstrumentedMethod stackMapFrameHandler,
     TypeDescription instrumentedType,
     MethodDescription instrumentedMethod,
     Advice.Dispatcher.SuppressionHandler.Bound suppressionHandler,
     Advice.Dispatcher.RelocationHandler.Bound relocationHandler)Applies a resolution for a given instrumented method. | 
| protected org.objectweb.asm.MethodVisitor | Advice.Dispatcher.Inlining.Resolved.ForMethodEnter. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext,
     Assigner assigner,
     Advice.ArgumentHandler.ForInstrumentedMethod argumentHandler,
     Advice.MethodSizeHandler.ForInstrumentedMethod methodSizeHandler,
     Advice.StackMapFrameHandler.ForInstrumentedMethod stackMapFrameHandler,
     TypeDescription instrumentedType,
     MethodDescription instrumentedMethod,
     Advice.Dispatcher.SuppressionHandler.Bound suppressionHandler,
     Advice.Dispatcher.RelocationHandler.Bound relocationHandler) | 
| protected org.objectweb.asm.MethodVisitor | Advice.Dispatcher.Inlining.Resolved.ForMethodExit. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext,
     Assigner assigner,
     Advice.ArgumentHandler.ForInstrumentedMethod argumentHandler,
     Advice.MethodSizeHandler.ForInstrumentedMethod methodSizeHandler,
     Advice.StackMapFrameHandler.ForInstrumentedMethod stackMapFrameHandler,
     TypeDescription instrumentedType,
     MethodDescription instrumentedMethod,
     Advice.Dispatcher.SuppressionHandler.Bound suppressionHandler,
     Advice.Dispatcher.RelocationHandler.Bound relocationHandler) | 
| ByteCodeAppender.Size | Advice.Appender. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext,
     MethodDescription instrumentedMethod)Applies this byte code appender to a type creation process. | 
| Advice.Dispatcher.Bound | Advice.Dispatcher.Resolved. bind(TypeDescription instrumentedType,
    MethodDescription instrumentedMethod,
    org.objectweb.asm.MethodVisitor methodVisitor,
    Implementation.Context implementationContext,
    Assigner assigner,
    Advice.ArgumentHandler.ForInstrumentedMethod argumentHandler,
    Advice.MethodSizeHandler.ForInstrumentedMethod methodSizeHandler,
    Advice.StackMapFrameHandler.ForInstrumentedMethod stackMapFrameHandler,
    StackManipulation exceptionHandler,
    Advice.Dispatcher.RelocationHandler.Relocation relocation)Binds this dispatcher for resolution to a specific method. | 
| Advice.Dispatcher.Bound | Advice.Dispatcher.Inactive. bind(TypeDescription instrumentedType,
    MethodDescription instrumentedMethod,
    org.objectweb.asm.MethodVisitor methodVisitor,
    Implementation.Context implementationContext,
    Assigner assigner,
    Advice.ArgumentHandler.ForInstrumentedMethod argumentHandler,
    Advice.MethodSizeHandler.ForInstrumentedMethod methodSizeHandler,
    Advice.StackMapFrameHandler.ForInstrumentedMethod stackMapFrameHandler,
    StackManipulation exceptionHandler,
    Advice.Dispatcher.RelocationHandler.Relocation relocation)Binds this dispatcher for resolution to a specific method. | 
| Advice.Dispatcher.Bound | Advice.Dispatcher.Inlining.Resolved.ForMethodEnter. bind(TypeDescription instrumentedType,
    MethodDescription instrumentedMethod,
    org.objectweb.asm.MethodVisitor methodVisitor,
    Implementation.Context implementationContext,
    Assigner assigner,
    Advice.ArgumentHandler.ForInstrumentedMethod argumentHandler,
    Advice.MethodSizeHandler.ForInstrumentedMethod methodSizeHandler,
    Advice.StackMapFrameHandler.ForInstrumentedMethod stackMapFrameHandler,
    StackManipulation exceptionHandler,
    Advice.Dispatcher.RelocationHandler.Relocation relocation)Binds this dispatcher for resolution to a specific method. | 
| Advice.Dispatcher.Bound | Advice.Dispatcher.Inlining.Resolved.ForMethodExit. bind(TypeDescription instrumentedType,
    MethodDescription instrumentedMethod,
    org.objectweb.asm.MethodVisitor methodVisitor,
    Implementation.Context implementationContext,
    Assigner assigner,
    Advice.ArgumentHandler.ForInstrumentedMethod argumentHandler,
    Advice.MethodSizeHandler.ForInstrumentedMethod methodSizeHandler,
    Advice.StackMapFrameHandler.ForInstrumentedMethod stackMapFrameHandler,
    StackManipulation exceptionHandler,
    Advice.Dispatcher.RelocationHandler.Relocation relocation)Binds this dispatcher for resolution to a specific method. | 
| Advice.Dispatcher.Bound | Advice.Dispatcher.Delegating.Resolved. bind(TypeDescription instrumentedType,
    MethodDescription instrumentedMethod,
    org.objectweb.asm.MethodVisitor methodVisitor,
    Implementation.Context implementationContext,
    Assigner assigner,
    Advice.ArgumentHandler.ForInstrumentedMethod argumentHandler,
    Advice.MethodSizeHandler.ForInstrumentedMethod methodSizeHandler,
    Advice.StackMapFrameHandler.ForInstrumentedMethod stackMapFrameHandler,
    StackManipulation exceptionHandler,
    Advice.Dispatcher.RelocationHandler.Relocation relocation)Binds this dispatcher for resolution to a specific method. | 
| protected org.objectweb.asm.MethodVisitor | Advice.Dispatcher.Inlining.Resolved.ForMethodEnter. doApply(org.objectweb.asm.MethodVisitor methodVisitor,
       Implementation.Context implementationContext,
       Assigner assigner,
       Advice.ArgumentHandler.ForAdvice argumentHandler,
       Advice.MethodSizeHandler.ForAdvice methodSizeHandler,
       Advice.StackMapFrameHandler.ForAdvice stackMapFrameHandler,
       TypeDescription instrumentedType,
       MethodDescription instrumentedMethod,
       Advice.Dispatcher.SuppressionHandler.Bound suppressionHandler,
       Advice.Dispatcher.RelocationHandler.Bound relocationHandler)Applies a resolution for a given instrumented method. | 
| protected org.objectweb.asm.MethodVisitor | Advice.Dispatcher.Inlining.Resolved.ForMethodEnter.WithDiscardedEnterType. doApply(org.objectweb.asm.MethodVisitor methodVisitor,
       Implementation.Context implementationContext,
       Assigner assigner,
       Advice.ArgumentHandler.ForAdvice argumentHandler,
       Advice.MethodSizeHandler.ForAdvice methodSizeHandler,
       Advice.StackMapFrameHandler.ForAdvice stackMapFrameHandler,
       TypeDescription instrumentedType,
       MethodDescription instrumentedMethod,
       Advice.Dispatcher.SuppressionHandler.Bound suppressionHandler,
       Advice.Dispatcher.RelocationHandler.Bound relocationHandler)Applies a resolution for a given instrumented method. | 
| protected Advice.Dispatcher.Bound | Advice.Dispatcher.Delegating.Resolved.ForMethodEnter. doResolve(TypeDescription instrumentedType,
         MethodDescription instrumentedMethod,
         org.objectweb.asm.MethodVisitor methodVisitor,
         Implementation.Context implementationContext,
         Assigner assigner,
         Advice.ArgumentHandler.ForAdvice argumentHandler,
         Advice.MethodSizeHandler.ForAdvice methodSizeHandler,
         Advice.StackMapFrameHandler.ForAdvice stackMapFrameHandler,
         Advice.Dispatcher.SuppressionHandler.Bound suppressionHandler,
         Advice.Dispatcher.RelocationHandler.Bound relocationHandler)Binds this dispatcher for resolution to a specific method. | 
| protected Advice.Dispatcher.Bound | Advice.Dispatcher.Delegating.Resolved.ForMethodEnter.WithDiscardedEnterType. doResolve(TypeDescription instrumentedType,
         MethodDescription instrumentedMethod,
         org.objectweb.asm.MethodVisitor methodVisitor,
         Implementation.Context implementationContext,
         Assigner assigner,
         Advice.ArgumentHandler.ForAdvice argumentHandler,
         Advice.MethodSizeHandler.ForAdvice methodSizeHandler,
         Advice.StackMapFrameHandler.ForAdvice stackMapFrameHandler,
         Advice.Dispatcher.SuppressionHandler.Bound suppressionHandler,
         Advice.Dispatcher.RelocationHandler.Bound relocationHandler)Binds this dispatcher for resolution to a specific method. | 
| protected org.objectweb.asm.MethodVisitor | Advice. doWrap(TypeDescription instrumentedType,
      MethodDescription instrumentedMethod,
      org.objectweb.asm.MethodVisitor methodVisitor,
      Implementation.Context implementationContext,
      int writerFlags,
      int readerFlags)Wraps the method visitor to implement this advice. | 
| void | Advice.Dispatcher.SuppressionHandler.Bound. onEnd(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext,
     Advice.MethodSizeHandler.ForAdvice methodSizeHandler,
     Advice.StackMapFrameHandler.ForAdvice stackMapFrameHandler,
     TypeDefinition returnType)Invoked at the end of a method. | 
| void | Advice.Dispatcher.SuppressionHandler.NoOp. onEnd(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext,
     Advice.MethodSizeHandler.ForAdvice methodSizeHandler,
     Advice.StackMapFrameHandler.ForAdvice stackMapFrameHandler,
     TypeDefinition returnType)Invoked at the end of a method. | 
| void | Advice.Dispatcher.SuppressionHandler.Suppressing.Bound. onEnd(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext,
     Advice.MethodSizeHandler.ForAdvice methodSizeHandler,
     Advice.StackMapFrameHandler.ForAdvice stackMapFrameHandler,
     TypeDefinition returnType)Invoked at the end of a method. | 
| void | Advice.Dispatcher.SuppressionHandler.Bound. onEndWithSkip(org.objectweb.asm.MethodVisitor methodVisitor,
             Implementation.Context implementationContext,
             Advice.MethodSizeHandler.ForAdvice methodSizeHandler,
             Advice.StackMapFrameHandler.ForAdvice stackMapFrameHandler,
             TypeDefinition returnType)Invoked at the end of a method if the exception handler should be wrapped in a skipping block. | 
| void | Advice.Dispatcher.SuppressionHandler.NoOp. onEndWithSkip(org.objectweb.asm.MethodVisitor methodVisitor,
             Implementation.Context implementationContext,
             Advice.MethodSizeHandler.ForAdvice methodSizeHandler,
             Advice.StackMapFrameHandler.ForAdvice stackMapFrameHandler,
             TypeDefinition returnType)Invoked at the end of a method if the exception handler should be wrapped in a skipping block. | 
| void | Advice.Dispatcher.SuppressionHandler.Suppressing.Bound. onEndWithSkip(org.objectweb.asm.MethodVisitor methodVisitor,
             Implementation.Context implementationContext,
             Advice.MethodSizeHandler.ForAdvice methodSizeHandler,
             Advice.StackMapFrameHandler.ForAdvice stackMapFrameHandler,
             TypeDefinition returnType)Invoked at the end of a method if the exception handler should be wrapped in a skipping block. | 
| protected ByteCodeAppender.Size | Advice.Appender.EmulatingMethodVisitor. resolve(org.objectweb.asm.MethodVisitor methodVisitor,
       Implementation.Context implementationContext,
       MethodDescription instrumentedMethod)Resolves this this advice emulating method visitor for its delegate. | 
| protected abstract Advice.Dispatcher.Bound | Advice.Dispatcher.Delegating.Resolved. resolve(TypeDescription instrumentedType,
       MethodDescription instrumentedMethod,
       org.objectweb.asm.MethodVisitor methodVisitor,
       Implementation.Context implementationContext,
       Assigner assigner,
       Advice.ArgumentHandler.ForInstrumentedMethod argumentHandler,
       Advice.MethodSizeHandler.ForInstrumentedMethod methodSizeHandler,
       Advice.StackMapFrameHandler.ForInstrumentedMethod stackMapFrameHandler,
       StackManipulation exceptionHandler,
       Advice.Dispatcher.RelocationHandler.Relocation relocation)Binds this dispatcher for resolution to a specific method. | 
| protected Advice.Dispatcher.Bound | Advice.Dispatcher.Delegating.Resolved.ForMethodEnter. resolve(TypeDescription instrumentedType,
       MethodDescription instrumentedMethod,
       org.objectweb.asm.MethodVisitor methodVisitor,
       Implementation.Context implementationContext,
       Assigner assigner,
       Advice.ArgumentHandler.ForInstrumentedMethod argumentHandler,
       Advice.MethodSizeHandler.ForInstrumentedMethod methodSizeHandler,
       Advice.StackMapFrameHandler.ForInstrumentedMethod stackMapFrameHandler,
       StackManipulation exceptionHandler,
       Advice.Dispatcher.RelocationHandler.Relocation relocation) | 
| protected Advice.Dispatcher.Bound | Advice.Dispatcher.Delegating.Resolved.ForMethodExit. resolve(TypeDescription instrumentedType,
       MethodDescription instrumentedMethod,
       org.objectweb.asm.MethodVisitor methodVisitor,
       Implementation.Context implementationContext,
       Assigner assigner,
       Advice.ArgumentHandler.ForInstrumentedMethod argumentHandler,
       Advice.MethodSizeHandler.ForInstrumentedMethod methodSizeHandler,
       Advice.StackMapFrameHandler.ForInstrumentedMethod stackMapFrameHandler,
       StackManipulation exceptionHandler,
       Advice.Dispatcher.RelocationHandler.Relocation relocation) | 
| org.objectweb.asm.ClassVisitor | TypeReferenceAdjustment. wrap(TypeDescription instrumentedType,
    org.objectweb.asm.ClassVisitor classVisitor,
    Implementation.Context implementationContext,
    TypePool typePool,
    FieldList<FieldDescription.InDefinedShape> fields,
    MethodList<?> methods,
    int writerFlags,
    int readerFlags)Applies a  ClassVisitorWrapperto the creation of aDynamicType. | 
| ModifierAdjustment.ModifierAdjustingClassVisitor | ModifierAdjustment. wrap(TypeDescription instrumentedType,
    org.objectweb.asm.ClassVisitor classVisitor,
    Implementation.Context implementationContext,
    TypePool typePool,
    FieldList<FieldDescription.InDefinedShape> fields,
    MethodList<?> methods,
    int writerFlags,
    int readerFlags)Applies a  ClassVisitorWrapperto the creation of aDynamicType. | 
| org.objectweb.asm.ClassVisitor | TypeConstantAdjustment. wrap(TypeDescription instrumentedType,
    org.objectweb.asm.ClassVisitor classVisitor,
    Implementation.Context implementationContext,
    TypePool typePool,
    FieldList<FieldDescription.InDefinedShape> fields,
    MethodList<?> methods,
    int writerFlags,
    int readerFlags)Applies a  ClassVisitorWrapperto the creation of aDynamicType. | 
| org.objectweb.asm.ClassVisitor | AsmVisitorWrapper. wrap(TypeDescription instrumentedType,
    org.objectweb.asm.ClassVisitor classVisitor,
    Implementation.Context implementationContext,
    TypePool typePool,
    FieldList<FieldDescription.InDefinedShape> fields,
    MethodList<?> methods,
    int writerFlags,
    int readerFlags)Applies a  ClassVisitorWrapperto the creation of aDynamicType. | 
| org.objectweb.asm.ClassVisitor | AsmVisitorWrapper.NoOp. wrap(TypeDescription instrumentedType,
    org.objectweb.asm.ClassVisitor classVisitor,
    Implementation.Context implementationContext,
    TypePool typePool,
    FieldList<FieldDescription.InDefinedShape> fields,
    MethodList<?> methods,
    int writerFlags,
    int readerFlags)Applies a  ClassVisitorWrapperto the creation of aDynamicType. | 
| org.objectweb.asm.ClassVisitor | AsmVisitorWrapper.ForDeclaredFields. wrap(TypeDescription instrumentedType,
    org.objectweb.asm.ClassVisitor classVisitor,
    Implementation.Context implementationContext,
    TypePool typePool,
    FieldList<FieldDescription.InDefinedShape> fields,
    MethodList<?> methods,
    int writerFlags,
    int readerFlags)Applies a  ClassVisitorWrapperto the creation of aDynamicType. | 
| org.objectweb.asm.ClassVisitor | AsmVisitorWrapper.ForDeclaredMethods. wrap(TypeDescription instrumentedType,
    org.objectweb.asm.ClassVisitor classVisitor,
    Implementation.Context implementationContext,
    TypePool typePool,
    FieldList<FieldDescription.InDefinedShape> fields,
    MethodList<?> methods,
    int writerFlags,
    int readerFlags)Applies a  ClassVisitorWrapperto the creation of aDynamicType. | 
| org.objectweb.asm.ClassVisitor | AsmVisitorWrapper.Compound. wrap(TypeDescription instrumentedType,
    org.objectweb.asm.ClassVisitor classVisitor,
    Implementation.Context implementationContext,
    TypePool typePool,
    FieldList<FieldDescription.InDefinedShape> fields,
    MethodList<?> methods,
    int writerFlags,
    int readerFlags)Applies a  ClassVisitorWrapperto the creation of aDynamicType. | 
| org.objectweb.asm.ClassVisitor | MemberRemoval. wrap(TypeDescription instrumentedType,
    org.objectweb.asm.ClassVisitor classVisitor,
    Implementation.Context implementationContext,
    TypePool typePool,
    FieldList<FieldDescription.InDefinedShape> fields,
    MethodList<?> methods,
    int writerFlags,
    int readerFlags)Applies a  ClassVisitorWrapperto the creation of aDynamicType. | 
| org.objectweb.asm.MethodVisitor | MemberSubstitution. wrap(TypeDescription instrumentedType,
    MethodDescription instrumentedMethod,
    org.objectweb.asm.MethodVisitor methodVisitor,
    Implementation.Context implementationContext,
    TypePool typePool,
    int writerFlags,
    int readerFlags)Wraps a method visitor. | 
| org.objectweb.asm.MethodVisitor | Advice. wrap(TypeDescription instrumentedType,
    MethodDescription instrumentedMethod,
    org.objectweb.asm.MethodVisitor methodVisitor,
    Implementation.Context implementationContext,
    TypePool typePool,
    int writerFlags,
    int readerFlags)Wraps a method visitor. | 
| org.objectweb.asm.MethodVisitor | MemberAttributeExtension.ForMethod. wrap(TypeDescription instrumentedType,
    MethodDescription instrumentedMethod,
    org.objectweb.asm.MethodVisitor methodVisitor,
    Implementation.Context implementationContext,
    TypePool typePool,
    int writerFlags,
    int readerFlags)Wraps a method visitor. | 
| org.objectweb.asm.MethodVisitor | AsmVisitorWrapper.ForDeclaredMethods.MethodVisitorWrapper. wrap(TypeDescription instrumentedType,
    MethodDescription instrumentedMethod,
    org.objectweb.asm.MethodVisitor methodVisitor,
    Implementation.Context implementationContext,
    TypePool typePool,
    int writerFlags,
    int readerFlags)Wraps a method visitor. | 
| org.objectweb.asm.MethodVisitor | AsmVisitorWrapper.ForDeclaredMethods.Entry. wrap(TypeDescription instrumentedType,
    MethodDescription instrumentedMethod,
    org.objectweb.asm.MethodVisitor methodVisitor,
    Implementation.Context implementationContext,
    TypePool typePool,
    int writerFlags,
    int readerFlags)Wraps a method visitor. | 
| Constructor and Description | 
|---|
| AdviceMethodInliner(TypeDescription instrumentedType,
                   MethodDescription instrumentedMethod,
                   org.objectweb.asm.MethodVisitor methodVisitor,
                   Implementation.Context implementationContext,
                   Assigner assigner,
                   Advice.ArgumentHandler.ForInstrumentedMethod argumentHandler,
                   Advice.MethodSizeHandler.ForInstrumentedMethod methodSizeHandler,
                   Advice.StackMapFrameHandler.ForInstrumentedMethod stackMapFrameHandler,
                   Advice.Dispatcher.SuppressionHandler.Bound suppressionHandler,
                   Advice.Dispatcher.RelocationHandler.Bound relocationHandler,
                   org.objectweb.asm.ClassReader classReader)Creates a new advice method inliner. | 
| AdviceMethodWriter(MethodDescription.InDefinedShape adviceMethod,
                  TypeDescription instrumentedType,
                  MethodDescription instrumentedMethod,
                  Assigner assigner,
                  Advice.PostProcessor postProcessor,
                  List<Advice.OffsetMapping.Target> offsetMappings,
                  org.objectweb.asm.MethodVisitor methodVisitor,
                  Implementation.Context implementationContext,
                  Advice.ArgumentHandler.ForAdvice argumentHandler,
                  Advice.MethodSizeHandler.ForAdvice methodSizeHandler,
                  Advice.StackMapFrameHandler.ForAdvice stackMapFrameHandler,
                  Advice.Dispatcher.SuppressionHandler.Bound suppressionHandler,
                  Advice.Dispatcher.RelocationHandler.Bound relocationHandler,
                  Advice.Delegator delegator)Creates a new advice method writer. | 
| AdviceVisitor(org.objectweb.asm.MethodVisitor methodVisitor,
             Implementation.Context implementationContext,
             Assigner assigner,
             StackManipulation exceptionHandler,
             TypeDescription instrumentedType,
             MethodDescription instrumentedMethod,
             Advice.Dispatcher.Resolved.ForMethodEnter methodEnter,
             Advice.Dispatcher.Resolved.ForMethodExit methodExit,
             List<? extends TypeDescription> postMethodTypes,
             int writerFlags,
             int readerFlags)Creates a new advice visitor. | 
| CodeTranslationVisitor(org.objectweb.asm.MethodVisitor methodVisitor,
                      Implementation.Context implementationContext,
                      Advice.ArgumentHandler.ForAdvice argumentHandler,
                      Advice.MethodSizeHandler.ForAdvice methodSizeHandler,
                      Advice.StackMapFrameHandler.ForAdvice stackMapFrameHandler,
                      TypeDescription instrumentedType,
                      MethodDescription instrumentedMethod,
                      Assigner assigner,
                      MethodDescription.InDefinedShape adviceMethod,
                      Map<Integer,Advice.OffsetMapping.Target> offsetMappings,
                      Advice.Dispatcher.SuppressionHandler.Bound suppressionHandler,
                      Advice.Dispatcher.RelocationHandler.Bound relocationHandler,
                      Advice.PostProcessor postProcessor,
                      boolean exit)Creates a new code translation visitor. | 
| DispatchingVisitor(org.objectweb.asm.ClassVisitor classVisitor,
                  TypeDescription instrumentedType,
                  Implementation.Context implementationContext,
                  TypePool typePool,
                  Map<String,MethodDescription> methods,
                  int writerFlags,
                  int readerFlags)Creates a new dispatching visitor. | 
| ForMethodEnter(MethodDescription.InDefinedShape adviceMethod,
              TypeDescription instrumentedType,
              MethodDescription instrumentedMethod,
              Assigner assigner,
              Advice.PostProcessor postProcessor,
              List<Advice.OffsetMapping.Target> offsetMappings,
              org.objectweb.asm.MethodVisitor methodVisitor,
              Implementation.Context implementationContext,
              Advice.ArgumentHandler.ForAdvice argumentHandler,
              Advice.MethodSizeHandler.ForAdvice methodSizeHandler,
              Advice.StackMapFrameHandler.ForAdvice stackMapFrameHandler,
              Advice.Dispatcher.SuppressionHandler.Bound suppressionHandler,
              Advice.Dispatcher.RelocationHandler.Bound relocationHandler,
              Advice.Delegator delegator)Creates a new advice method writer. | 
| ForMethodExit(MethodDescription.InDefinedShape adviceMethod,
             TypeDescription instrumentedType,
             MethodDescription instrumentedMethod,
             Assigner assigner,
             Advice.PostProcessor postProcessor,
             List<Advice.OffsetMapping.Target> offsetMappings,
             org.objectweb.asm.MethodVisitor methodVisitor,
             Implementation.Context implementationContext,
             Advice.ArgumentHandler.ForAdvice argumentHandler,
             Advice.MethodSizeHandler.ForAdvice methodSizeHandler,
             Advice.StackMapFrameHandler.ForAdvice stackMapFrameHandler,
             Advice.Dispatcher.SuppressionHandler.Bound suppressionHandler,
             Advice.Dispatcher.RelocationHandler.Bound relocationHandler,
             Advice.Delegator delegator)Creates a new advice method writer. | 
| SubstitutingMethodVisitor(org.objectweb.asm.MethodVisitor methodVisitor,
                         TypeDescription instrumentedType,
                         MethodDescription instrumentedMethod,
                         MethodGraph.Compiler methodGraphCompiler,
                         boolean strict,
                         MemberSubstitution.Replacement replacement,
                         Implementation.Context implementationContext,
                         TypePool typePool,
                         boolean virtualPrivateCalls)Creates a new substituting method visitor. | 
| WithExceptionHandling(org.objectweb.asm.MethodVisitor methodVisitor,
                     Implementation.Context implementationContext,
                     Assigner assigner,
                     StackManipulation exceptionHandler,
                     TypeDescription instrumentedType,
                     MethodDescription instrumentedMethod,
                     Advice.Dispatcher.Resolved.ForMethodEnter methodEnter,
                     Advice.Dispatcher.Resolved.ForMethodExit methodExit,
                     int writerFlags,
                     int readerFlags,
                     TypeDescription throwable)Creates a new advice visitor that captures exception by weaving try-catch blocks around user code. | 
| WithExitAdvice(org.objectweb.asm.MethodVisitor methodVisitor,
              Implementation.Context implementationContext,
              Assigner assigner,
              StackManipulation exceptionHandler,
              TypeDescription instrumentedType,
              MethodDescription instrumentedMethod,
              Advice.Dispatcher.Resolved.ForMethodEnter methodEnter,
              Advice.Dispatcher.Resolved.ForMethodExit methodExit,
              List<? extends TypeDescription> postMethodTypes,
              int writerFlags,
              int readerFlags)Creates an advice visitor that applies exit advice. | 
| WithoutExceptionHandling(org.objectweb.asm.MethodVisitor methodVisitor,
                        Implementation.Context implementationContext,
                        Assigner assigner,
                        StackManipulation exceptionHandler,
                        TypeDescription instrumentedType,
                        MethodDescription instrumentedMethod,
                        Advice.Dispatcher.Resolved.ForMethodEnter methodEnter,
                        Advice.Dispatcher.Resolved.ForMethodExit methodExit,
                        int writerFlags,
                        int readerFlags)Creates a new advice visitor that does not capture exceptions. | 
| WithoutExitAdvice(org.objectweb.asm.MethodVisitor methodVisitor,
                 Implementation.Context implementationContext,
                 Assigner assigner,
                 StackManipulation exceptionHandler,
                 TypeDescription instrumentedType,
                 MethodDescription instrumentedMethod,
                 Advice.Dispatcher.Resolved.ForMethodEnter methodEnter,
                 int writerFlags,
                 int readerFlags)Creates an advice visitor that does not apply exit advice. | 
| Modifier and Type | Method and Description | 
|---|---|
| ByteCodeAppender.Size | AccessControllerPlugin.Initializer. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext,
     MethodDescription instrumentedMethod)Applies this byte code appender to a type creation process. | 
| org.objectweb.asm.MethodVisitor | AccessControllerPlugin.AccessControlWrapper. wrap(TypeDescription instrumentedType,
    MethodDescription instrumentedMethod,
    org.objectweb.asm.MethodVisitor methodVisitor,
    Implementation.Context implementationContext,
    TypePool typePool,
    int writerFlags,
    int readerFlags)Wraps a method visitor. | 
| Modifier and Type | Method and Description | 
|---|---|
| ByteCodeAppender.Size | NexusAccessor.InitializationAppender. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext,
     MethodDescription instrumentedMethod)Applies this byte code appender to a type creation process. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | TypeWriter.MethodPool.Record. apply(org.objectweb.asm.ClassVisitor classVisitor,
     Implementation.Context implementationContext,
     AnnotationValueFilter.Factory annotationValueFilterFactory)Applies this method entry. | 
| void | TypeWriter.MethodPool.Record.ForNonImplementedMethod. apply(org.objectweb.asm.ClassVisitor classVisitor,
     Implementation.Context implementationContext,
     AnnotationValueFilter.Factory annotationValueFilterFactory)Applies this method entry. | 
| void | TypeWriter.MethodPool.Record.ForDefinedMethod. apply(org.objectweb.asm.ClassVisitor classVisitor,
     Implementation.Context implementationContext,
     AnnotationValueFilter.Factory annotationValueFilterFactory)Applies this method entry. | 
| void | TypeWriter.MethodPool.Record.AccessBridgeWrapper. apply(org.objectweb.asm.ClassVisitor classVisitor,
     Implementation.Context implementationContext,
     AnnotationValueFilter.Factory annotationValueFilterFactory)Applies this method entry. | 
| void | TypeWriter.Default.ForInlining.WithFullProcessing.InitializationHandler.Appending. apply(org.objectweb.asm.ClassVisitor classVisitor,
     TypeInitializer typeInitializer,
     Implementation.Context implementationContext)Applies the drain. | 
| void | TypeWriter.Default.ForInlining.WithDecorationOnly.DecorationClassVisitor. apply(org.objectweb.asm.ClassVisitor classVisitor,
     TypeInitializer typeInitializer,
     Implementation.Context implementationContext)Applies the drain. | 
| void | TypeInitializer.Drain. apply(org.objectweb.asm.ClassVisitor classVisitor,
     TypeInitializer typeInitializer,
     Implementation.Context implementationContext)Applies the drain. | 
| void | TypeInitializer.Drain.Default. apply(org.objectweb.asm.ClassVisitor classVisitor,
     TypeInitializer typeInitializer,
     Implementation.Context implementationContext)Applies the drain. | 
| ByteCodeAppender.Size | TypeWriter.MethodPool.Record.ForDefinedMethod.OfVisibilityBridge. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext,
     MethodDescription instrumentedMethod)Applies this byte code appender to a type creation process. | 
| ByteCodeAppender.Size | TypeInitializer.None. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext,
     MethodDescription instrumentedMethod)Applies this byte code appender to a type creation process. | 
| ByteCodeAppender.Size | TypeInitializer.Simple. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext,
     MethodDescription instrumentedMethod)Applies this byte code appender to a type creation process. | 
| void | TypeWriter.MethodPool.Record. applyBody(org.objectweb.asm.MethodVisitor methodVisitor,
         Implementation.Context implementationContext,
         AnnotationValueFilter.Factory annotationValueFilterFactory)Applies the body of this entry. | 
| void | TypeWriter.MethodPool.Record.ForNonImplementedMethod. applyBody(org.objectweb.asm.MethodVisitor methodVisitor,
         Implementation.Context implementationContext,
         AnnotationValueFilter.Factory annotationValueFilterFactory)Applies the body of this entry. | 
| void | TypeWriter.MethodPool.Record.ForDefinedMethod.WithBody. applyBody(org.objectweb.asm.MethodVisitor methodVisitor,
         Implementation.Context implementationContext,
         AnnotationValueFilter.Factory annotationValueFilterFactory)Applies the body of this entry. | 
| void | TypeWriter.MethodPool.Record.ForDefinedMethod.WithoutBody. applyBody(org.objectweb.asm.MethodVisitor methodVisitor,
         Implementation.Context implementationContext,
         AnnotationValueFilter.Factory annotationValueFilterFactory)Applies the body of this entry. | 
| void | TypeWriter.MethodPool.Record.ForDefinedMethod.WithAnnotationDefaultValue. applyBody(org.objectweb.asm.MethodVisitor methodVisitor,
         Implementation.Context implementationContext,
         AnnotationValueFilter.Factory annotationValueFilterFactory)Applies the body of this entry. | 
| void | TypeWriter.MethodPool.Record.ForDefinedMethod.OfVisibilityBridge. applyBody(org.objectweb.asm.MethodVisitor methodVisitor,
         Implementation.Context implementationContext,
         AnnotationValueFilter.Factory annotationValueFilterFactory)Applies the body of this entry. | 
| void | TypeWriter.MethodPool.Record.AccessBridgeWrapper. applyBody(org.objectweb.asm.MethodVisitor methodVisitor,
         Implementation.Context implementationContext,
         AnnotationValueFilter.Factory annotationValueFilterFactory)Applies the body of this entry. | 
| ByteCodeAppender.Size | TypeWriter.MethodPool.Record. applyCode(org.objectweb.asm.MethodVisitor methodVisitor,
         Implementation.Context implementationContext)Applies the code of this entry. | 
| ByteCodeAppender.Size | TypeWriter.MethodPool.Record.ForNonImplementedMethod. applyCode(org.objectweb.asm.MethodVisitor methodVisitor,
         Implementation.Context implementationContext)Applies the code of this entry. | 
| ByteCodeAppender.Size | TypeWriter.MethodPool.Record.ForDefinedMethod.WithBody. applyCode(org.objectweb.asm.MethodVisitor methodVisitor,
         Implementation.Context implementationContext)Applies the code of this entry. | 
| ByteCodeAppender.Size | TypeWriter.MethodPool.Record.ForDefinedMethod.WithoutBody. applyCode(org.objectweb.asm.MethodVisitor methodVisitor,
         Implementation.Context implementationContext)Applies the code of this entry. | 
| ByteCodeAppender.Size | TypeWriter.MethodPool.Record.ForDefinedMethod.WithAnnotationDefaultValue. applyCode(org.objectweb.asm.MethodVisitor methodVisitor,
         Implementation.Context implementationContext)Applies the code of this entry. | 
| ByteCodeAppender.Size | TypeWriter.MethodPool.Record.ForDefinedMethod.OfVisibilityBridge. applyCode(org.objectweb.asm.MethodVisitor methodVisitor,
         Implementation.Context implementationContext)Applies the code of this entry. | 
| ByteCodeAppender.Size | TypeWriter.MethodPool.Record.AccessBridgeWrapper. applyCode(org.objectweb.asm.MethodVisitor methodVisitor,
         Implementation.Context implementationContext)Applies the code of this entry. | 
| protected abstract void | TypeWriter.Default.ForInlining.WithFullProcessing.InitializationHandler.Appending.WithDrain. onAfterComplete(Implementation.Context implementationContext)Invoked after completion of writing the type initializer. | 
| protected void | TypeWriter.Default.ForInlining.WithFullProcessing.InitializationHandler.Appending.WithDrain.WithoutActiveRecord. onAfterComplete(Implementation.Context implementationContext) | 
| protected void | TypeWriter.Default.ForInlining.WithFullProcessing.InitializationHandler.Appending.WithDrain.WithActiveRecord. onAfterComplete(Implementation.Context implementationContext) | 
| protected abstract void | TypeWriter.Default.ForInlining.WithFullProcessing.InitializationHandler.Appending. onComplete(Implementation.Context implementationContext)Invoked upon completion of writing the type initializer. | 
| protected void | TypeWriter.Default.ForInlining.WithFullProcessing.InitializationHandler.Appending.WithoutDrain.WithoutActiveRecord. onComplete(Implementation.Context implementationContext) | 
| protected void | TypeWriter.Default.ForInlining.WithFullProcessing.InitializationHandler.Appending.WithoutDrain.WithActiveRecord. onComplete(Implementation.Context implementationContext) | 
| protected void | TypeWriter.Default.ForInlining.WithFullProcessing.InitializationHandler.Appending.WithDrain. onComplete(Implementation.Context implementationContext) | 
| Modifier and Type | Method and Description | 
|---|---|
| StackManipulation.Size | RebaseImplementationTarget.RebasedMethodInvocation. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. | 
| Modifier and Type | Interface and Description | 
|---|---|
| static interface  | Implementation.Context.ExtractableViewRepresents an extractable view of an  Implementation.Contextwhich
 allows the retrieval of any registered auxiliary type. | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | Implementation.Context.DefaultA default implementation of an  Implementation.Context.ExtractableViewwhich serves as its ownMethodAccessorFactory. | 
| static class  | Implementation.Context.DisabledAn implementation context that does not allow for any injections into the static initializer block. | 
| static class  | Implementation.Context.ExtractableView.AbstractBaseAn abstract base implementation of an extractable view of an implementation context. | 
| Modifier and Type | Method and Description | 
|---|---|
| StackManipulation.Size | EqualsMethod.NullValueGuard.UsingJump.BeforeInstruction. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. | 
| StackManipulation.Size | EqualsMethod.NullValueGuard.UsingJump.AfterInstruction. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. | 
| StackManipulation.Size | EqualsMethod.ConditionalReturn. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. | 
| StackManipulation.Size | HashCodeMethod.NullValueGuard.UsingJump.BeforeInstruction. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. | 
| StackManipulation.Size | HashCodeMethod.NullValueGuard.UsingJump.AfterInstruction. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. | 
| StackManipulation.Size | Implementation.SpecialMethodInvocation.Illegal. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. | 
| StackManipulation.Size | Implementation.SpecialMethodInvocation.Simple. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. | 
| StackManipulation.Size | Implementation.Context.Default.FieldCacheEntry. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. | 
| ByteCodeAppender.Size | EqualsMethod.Appender. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext,
     MethodDescription instrumentedMethod)Applies this byte code appender to a type creation process. | 
| ByteCodeAppender.Size | MethodDelegation.Appender. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext,
     MethodDescription instrumentedMethod)Applies this byte code appender to a type creation process. | 
| ByteCodeAppender.Size | MethodCall.FieldSetting.Appender. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext,
     MethodDescription instrumentedMethod)Applies this byte code appender to a type creation process. | 
| ByteCodeAppender.Size | MethodCall.Appender. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext,
     MethodDescription instrumentedMethod)Applies this byte code appender to a type creation process. | 
| ByteCodeAppender.Size | DefaultMethodCall.Appender. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext,
     MethodDescription instrumentedMethod)Applies this byte code appender to a type creation process. | 
| ByteCodeAppender.Size | HashCodeMethod.Appender. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext,
     MethodDescription instrumentedMethod)Applies this byte code appender to a type creation process. | 
| ByteCodeAppender.Size | ExceptionMethod. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext,
     MethodDescription instrumentedMethod)Applies this byte code appender to a type creation process. | 
| ByteCodeAppender.Size | FieldAccessor.ForImplicitProperty.Appender. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext,
     MethodDescription instrumentedMethod)Applies this byte code appender to a type creation process. | 
| ByteCodeAppender.Size | FieldAccessor.ForSetter.Appender. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext,
     MethodDescription instrumentedMethod)Applies this byte code appender to a type creation process. | 
| ByteCodeAppender.Size | FixedValue.ForNullValue. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext,
     MethodDescription instrumentedMethod)Applies this byte code appender to a type creation process. | 
| ByteCodeAppender.Size | FixedValue.ForOriginType.Appender. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext,
     MethodDescription instrumentedMethod)Applies this byte code appender to a type creation process. | 
| ByteCodeAppender.Size | FixedValue.ForThisValue.Appender. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext,
     MethodDescription instrumentedMethod)Applies this byte code appender to a type creation process. | 
| ByteCodeAppender.Size | FixedValue.ForArgument. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext,
     MethodDescription instrumentedMethod)Applies this byte code appender to a type creation process. | 
| ByteCodeAppender.Size | FixedValue.ForPoolValue. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext,
     MethodDescription instrumentedMethod)Applies this byte code appender to a type creation process. | 
| ByteCodeAppender.Size | InvokeDynamic.Appender. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext,
     MethodDescription instrumentedMethod)Applies this byte code appender to a type creation process. | 
| ByteCodeAppender.Size | Implementation.Context.Default.AccessorMethodDelegation. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext,
     MethodDescription instrumentedMethod)Applies this byte code appender to a type creation process. | 
| ByteCodeAppender.Size | Implementation.Context.Default.FieldGetterDelegation. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext,
     MethodDescription instrumentedMethod)Applies this byte code appender to a type creation process. | 
| ByteCodeAppender.Size | Implementation.Context.Default.FieldSetterDelegation. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext,
     MethodDescription instrumentedMethod)Applies this byte code appender to a type creation process. | 
| ByteCodeAppender.Size | Implementation.Simple.ForDispatcher.Appender. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext,
     MethodDescription instrumentedMethod)Applies this byte code appender to a type creation process. | 
| ByteCodeAppender.Size | ToStringMethod.Appender. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext,
     MethodDescription instrumentedMethod)Applies this byte code appender to a type creation process. | 
| ByteCodeAppender.Size | SuperMethodCall.Appender. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext,
     MethodDescription instrumentedMethod)Applies this byte code appender to a type creation process. | 
| ByteCodeAppender.Size | InvocationHandlerAdapter.ForInstance.Appender. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext,
     MethodDescription instrumentedMethod)Applies this byte code appender to a type creation process. | 
| ByteCodeAppender.Size | InvocationHandlerAdapter.ForField.Appender. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext,
     MethodDescription instrumentedMethod)Applies this byte code appender to a type creation process. | 
| ByteCodeAppender.Size | StubMethod. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext,
     MethodDescription instrumentedMethod)Applies this byte code appender to a type creation process. | 
| protected ByteCodeAppender.Size | InvocationHandlerAdapter. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext,
     MethodDescription instrumentedMethod,
     StackManipulation preparingManipulation,
     FieldDescription fieldDescription)Applies an implementation that delegates to a invocation handler. | 
| protected ByteCodeAppender.Size | FixedValue. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext,
     MethodDescription instrumentedMethod,
     TypeDescription.Generic fixedValueType,
     StackManipulation valueLoadingInstruction)Blueprint method that for applying the actual implementation. | 
| void | Implementation.Context.Default.DelegationRecord. applyBody(org.objectweb.asm.MethodVisitor methodVisitor,
         Implementation.Context implementationContext,
         AnnotationValueFilter.Factory annotationValueFilterFactory)Applies the body of this entry. | 
| ByteCodeAppender.Size | Implementation.Context.Default.DelegationRecord. applyCode(org.objectweb.asm.MethodVisitor methodVisitor,
         Implementation.Context implementationContext)Applies the code of this entry. | 
| Modifier and Type | Method and Description | 
|---|---|
| StackManipulation.Size | MethodCallProxy.AssignableSignatureCall. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. | 
| StackManipulation.Size | TypeProxy.AbstractMethodErrorThrow. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. | 
| StackManipulation.Size | TypeProxy.ForSuperMethodByConstructor. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. | 
| StackManipulation.Size | TypeProxy.ForSuperMethodByReflectionFactory. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. | 
| StackManipulation.Size | TypeProxy.ForDefaultMethod. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. | 
| StackManipulation.Size | TypeProxy.MethodCall.Appender.AccessorMethodInvocation. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. | 
| ByteCodeAppender.Size | MethodCallProxy.ConstructorCall.Appender. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext,
     MethodDescription instrumentedMethod)Applies this byte code appender to a type creation process. | 
| ByteCodeAppender.Size | MethodCallProxy.MethodCall.Appender. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext,
     MethodDescription instrumentedMethod)Applies this byte code appender to a type creation process. | 
| ByteCodeAppender.Size | TypeProxy.SilentConstruction.Appender. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext,
     MethodDescription instrumentedMethod)Applies this byte code appender to a type creation process. | 
| ByteCodeAppender.Size | TypeProxy.MethodCall.Appender. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext,
     MethodDescription instrumentedMethod)Applies this byte code appender to a type creation process. | 
| Modifier and Type | Method and Description | 
|---|---|
| StackManipulation.Size | MethodDelegationBinder.ParameterBinding.Illegal. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. | 
| StackManipulation.Size | MethodDelegationBinder.ParameterBinding.Anonymous. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. | 
| StackManipulation.Size | MethodDelegationBinder.ParameterBinding.Unique. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. | 
| StackManipulation.Size | MethodDelegationBinder.MethodBinding.Illegal. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. | 
| StackManipulation.Size | MethodDelegationBinder.MethodBinding.Builder.Build. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. | 
| Modifier and Type | Method and Description | 
|---|---|
| StackManipulation.Size | SuperMethod.Binder.DelegationMethod. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. | 
| StackManipulation.Size | Pipe.Binder.Redirection. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. | 
| StackManipulation.Size | Morph.Binder.RedirectionProxy. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. | 
| StackManipulation.Size | FieldProxy.Binder.AccessorProxy. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. | 
| StackManipulation.Size | DefaultMethod.Binder.DelegationMethod. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. | 
| ByteCodeAppender.Size | Morph.Binder.RedirectionProxy.InstanceFieldConstructor.Appender. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext,
     MethodDescription instrumentedMethod)Applies this byte code appender to a type creation process. | 
| ByteCodeAppender.Size | Morph.Binder.RedirectionProxy.MethodCall.Appender. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext,
     MethodDescription instrumentedMethod)Applies this byte code appender to a type creation process. | 
| ByteCodeAppender.Size | FieldProxy.Binder.InstanceFieldConstructor.Appender. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext,
     MethodDescription instrumentedMethod)Applies this byte code appender to a type creation process. | 
| ByteCodeAppender.Size | FieldProxy.Binder.FieldGetter.Appender. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext,
     MethodDescription instrumentedMethod)Applies this byte code appender to a type creation process. | 
| ByteCodeAppender.Size | FieldProxy.Binder.FieldSetter.Appender. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext,
     MethodDescription instrumentedMethod)Applies this byte code appender to a type creation process. | 
| Modifier and Type | Method and Description | 
|---|---|
| StackManipulation.Size | Division. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. | 
| StackManipulation.Size | Throw. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. | 
| StackManipulation.Size | Multiplication. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. | 
| StackManipulation.Size | ShiftRight. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. | 
| StackManipulation.Size | ShiftRight.Unsigned. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. | 
| StackManipulation.Size | Remainder. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. | 
| StackManipulation.Size | TypeCreation. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. | 
| StackManipulation.Size | Duplication. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. | 
| StackManipulation.Size | Duplication.WithFlip. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. | 
| StackManipulation.Size | ShiftLeft. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. | 
| StackManipulation.Size | StackManipulation. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. | 
| StackManipulation.Size | StackManipulation.Illegal. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. | 
| StackManipulation.Size | StackManipulation.Trivial. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. | 
| StackManipulation.Size | StackManipulation.Compound. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. | 
| StackManipulation.Size | StackManipulation.Simple. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. | 
| StackManipulation.Size | StackManipulation.Simple.Dispatcher. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext)A valid implementation of  StackManipulation.apply(MethodVisitor, Implementation.Context). | 
| StackManipulation.Size | Subtraction. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. | 
| StackManipulation.Size | Removal. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. | 
| StackManipulation.Size | Addition. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. | 
| ByteCodeAppender.Size | ByteCodeAppender. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext,
     MethodDescription instrumentedMethod)Applies this byte code appender to a type creation process. | 
| ByteCodeAppender.Size | ByteCodeAppender.Compound. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext,
     MethodDescription instrumentedMethod)Applies this byte code appender to a type creation process. | 
| ByteCodeAppender.Size | ByteCodeAppender.Simple. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext,
     MethodDescription instrumentedMethod)Applies this byte code appender to a type creation process. | 
| Modifier and Type | Method and Description | 
|---|---|
| StackManipulation.Size | TypeCasting. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. | 
| StackManipulation.Size | InstanceCheck. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. | 
| Modifier and Type | Method and Description | 
|---|---|
| StackManipulation.Size | PrimitiveUnboxingDelegate. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. | 
| StackManipulation.Size | PrimitiveWideningDelegate.WideningStackManipulation. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. | 
| Modifier and Type | Method and Description | 
|---|---|
| StackManipulation.Size | ArrayAccess.Loader. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. | 
| StackManipulation.Size | ArrayAccess.Putter. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. | 
| StackManipulation.Size | ArrayFactory.ArrayCreator.ForPrimitiveType. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. | 
| StackManipulation.Size | ArrayFactory.ArrayCreator.ForReferenceType. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. | 
| StackManipulation.Size | ArrayFactory.ArrayStackManipulation. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. | 
| StackManipulation.Size | ArrayLength. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. | 
| Modifier and Type | Method and Description | 
|---|---|
| StackManipulation.Size | SerializedConstant. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. | 
| StackManipulation.Size | TextConstant. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. | 
| StackManipulation.Size | LongConstant. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. | 
| StackManipulation.Size | LongConstant.ConstantPool. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. | 
| StackManipulation.Size | FloatConstant. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. | 
| StackManipulation.Size | FloatConstant.ConstantPool. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. | 
| StackManipulation.Size | DoubleConstant. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. | 
| StackManipulation.Size | DoubleConstant.ConstantPool. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. | 
| StackManipulation.Size | FieldConstant. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. | 
| StackManipulation.Size | FieldConstant.Cached. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. | 
| StackManipulation.Size | DefaultValue. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. | 
| StackManipulation.Size | MethodConstant. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. | 
| StackManipulation.Size | MethodConstant.CanCacheIllegal. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. | 
| StackManipulation.Size | MethodConstant.PrivilegedLookup. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. | 
| StackManipulation.Size | MethodConstant.CachedMethod. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. | 
| StackManipulation.Size | MethodConstant.CachedConstructor. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. | 
| StackManipulation.Size | IntegerConstant. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. | 
| StackManipulation.Size | IntegerConstant.SingleBytePush. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. | 
| StackManipulation.Size | IntegerConstant.TwoBytePush. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. | 
| StackManipulation.Size | IntegerConstant.ConstantPool. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. | 
| StackManipulation.Size | JavaConstantValue. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. | 
| StackManipulation.Size | ClassConstant. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. | 
| StackManipulation.Size | ClassConstant.ForReferenceType. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. | 
| StackManipulation.Size | NullConstant. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. | 
| Modifier and Type | Method and Description | 
|---|---|
| StackManipulation.Size | MethodVariableAccess.MethodLoading. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. | 
| StackManipulation.Size | MethodVariableAccess.OffsetLoading. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. | 
| StackManipulation.Size | MethodVariableAccess.OffsetWriting. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. | 
| StackManipulation.Size | MethodVariableAccess.OffsetIncrementing. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. | 
| StackManipulation.Size | HandleInvocation. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. | 
| StackManipulation.Size | MethodReturn. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. | 
| StackManipulation.Size | MethodInvocation.IllegalInvocation. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. | 
| StackManipulation.Size | MethodInvocation.OfGenericMethod. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. | 
| StackManipulation.Size | MethodInvocation.Invocation. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. | 
| StackManipulation.Size | MethodInvocation.DynamicInvocation. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. | 
| StackManipulation.Size | MethodInvocation.HandleInvocation. apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. | 
Copyright © 2014–2021. All rights reserved.