| 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.description.type | Contains descriptions of Java types and packages. | 
| 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.dynamic.scaffold.subclass | All classes and types in this package are related to creating a  DynamicTypeby
 creating a subclass of 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.assign.reference | Assignerimplementations of this package
 are capable of assigning non-primitive types to each other. | 
| 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. | 
| net.bytebuddy.utility | This package contains utility classes for common use within any Byte Buddy logic. | 
| Class and Description | 
|---|
| ByteCodeAppender An appender that generates the byte code for a given method. | 
| ByteCodeAppender.Size An immutable description of both the operand stack size and the size of the local variable array that is
 required to run the code generated by this  ByteCodeAppender. | 
| Class and Description | 
|---|
| ByteCodeAppender An appender that generates the byte code for a given method. | 
| ByteCodeAppender.Size An immutable description of both the operand stack size and the size of the local variable array that is
 required to run the code generated by this  ByteCodeAppender. | 
| Class and Description | 
|---|
| StackSize Represents the size of a Java type on the operand stack. | 
| Class and Description | 
|---|
| ByteCodeAppender An appender that generates the byte code for a given method. | 
| ByteCodeAppender.Size An immutable description of both the operand stack size and the size of the local variable array that is
 required to run the code generated by this  ByteCodeAppender. | 
| Class and Description | 
|---|
| ByteCodeAppender An appender that generates the byte code for a given method. | 
| StackManipulation Describes a manipulation of a method's operand stack that does not affect the frame's variable array. | 
| StackManipulation.Size A description of the size change that is imposed by some
  StackManipulation. | 
| Class and Description | 
|---|
| ByteCodeAppender An appender that generates the byte code for a given method. | 
| Class and Description | 
|---|
| ByteCodeAppender An appender that generates the byte code for a given method. | 
| ByteCodeAppender.Size An immutable description of both the operand stack size and the size of the local variable array that is
 required to run the code generated by this  ByteCodeAppender. | 
| StackManipulation Describes a manipulation of a method's operand stack that does not affect the frame's variable array. | 
| StackManipulation.Size A description of the size change that is imposed by some
  StackManipulation. | 
| Class and Description | 
|---|
| ByteCodeAppender An appender that generates the byte code for a given method. | 
| ByteCodeAppender.Size An immutable description of both the operand stack size and the size of the local variable array that is
 required to run the code generated by this  ByteCodeAppender. | 
| StackManipulation Describes a manipulation of a method's operand stack that does not affect the frame's variable array. | 
| StackManipulation.Size A description of the size change that is imposed by some
  StackManipulation. | 
| Class and Description | 
|---|
| StackManipulation Describes a manipulation of a method's operand stack that does not affect the frame's variable array. | 
| StackManipulation.Size A description of the size change that is imposed by some
  StackManipulation. | 
| Class and Description | 
|---|
| ByteCodeAppender An appender that generates the byte code for a given method. | 
| ByteCodeAppender.Size An immutable description of both the operand stack size and the size of the local variable array that is
 required to run the code generated by this  ByteCodeAppender. | 
| StackManipulation Describes a manipulation of a method's operand stack that does not affect the frame's variable array. | 
| StackManipulation.Size A description of the size change that is imposed by some
  StackManipulation. | 
| Class and Description | 
|---|
| ByteCodeAppender An appender that generates the byte code for a given method. | 
| ByteCodeAppender.Size An immutable description of both the operand stack size and the size of the local variable array that is
 required to run the code generated by this  ByteCodeAppender. | 
| Duplication Duplicates a value that is lying on top of the stack. | 
| Removal Removes a value from the operand stack. | 
| StackManipulation Describes a manipulation of a method's operand stack that does not affect the frame's variable array. | 
| StackManipulation.Illegal Canonical representation of an illegal stack manipulation. | 
| StackManipulation.LegalTrivial Canonical representation of a legal stack manipulation which does not require any action. | 
| StackManipulation.Size A description of the size change that is imposed by some
  StackManipulation. | 
| StackSize Represents the size of a Java type on the operand stack. | 
| Throw Throws a  Throwablewhich must lie on top of the stack when this stack manipulation is called. | 
| Class and Description | 
|---|
| StackManipulation Describes a manipulation of a method's operand stack that does not affect the frame's variable array. | 
| StackManipulation.Size A description of the size change that is imposed by some
  StackManipulation. | 
| Class and Description | 
|---|
| StackManipulation Describes a manipulation of a method's operand stack that does not affect the frame's variable array. | 
| StackManipulation.Size A description of the size change that is imposed by some
  StackManipulation. | 
| Class and Description | 
|---|
| StackManipulation Describes a manipulation of a method's operand stack that does not affect the frame's variable array. | 
| Class and Description | 
|---|
| StackManipulation Describes a manipulation of a method's operand stack that does not affect the frame's variable array. | 
| StackManipulation.Size A description of the size change that is imposed by some
  StackManipulation. | 
| Class and Description | 
|---|
| StackManipulation Describes a manipulation of a method's operand stack that does not affect the frame's variable array. | 
| StackManipulation.Size A description of the size change that is imposed by some
  StackManipulation. | 
| Class and Description | 
|---|
| StackManipulation Describes a manipulation of a method's operand stack that does not affect the frame's variable array. | 
| StackManipulation.Size A description of the size change that is imposed by some
  StackManipulation. | 
| StackSize Represents the size of a Java type on the operand stack. | 
| Class and Description | 
|---|
| StackManipulation Describes a manipulation of a method's operand stack that does not affect the frame's variable array. | 
Copyright © 2014–2015. All rights reserved.