| Package | Description | 
|---|---|
| net.bytebuddy.asm | 
 The ASM package contains classes that are meant for direct interaction with the ASM API. 
 | 
| 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.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.assign | 
 An  
Assigner is responsible for transforming
 a given TypeDescription into another one. | 
| net.bytebuddy.implementation.bytecode.assign.primitive | 
Assigner implementations of this package
 are capable of handling primitive types or the void type. | 
| net.bytebuddy.implementation.bytecode.assign.reference | 
Assigner implementations of this package
 are capable of assigning non-primitive types to each other. | 
| Class and Description | 
|---|
| Assigner
 An assigner is responsible for converting some type  
A to another type B if possible. | 
| Assigner.Typing
 Indicates for a type assignment, if a type casting should be applied in case that two types are not statically assignable. 
 | 
| Class and Description | 
|---|
| Assigner
 An assigner is responsible for converting some type  
A to another type B if possible. | 
| Assigner.Typing
 Indicates for a type assignment, if a type casting should be applied in case that two types are not statically assignable. 
 | 
| Class and Description | 
|---|
| Assigner
 An assigner is responsible for converting some type  
A to another type B if possible. | 
| Class and Description | 
|---|
| Assigner
 An assigner is responsible for converting some type  
A to another type B if possible. | 
| Assigner.Typing
 Indicates for a type assignment, if a type casting should be applied in case that two types are not statically assignable. 
 | 
| Class and Description | 
|---|
| Assigner
 An assigner is responsible for converting some type  
A to another type B if possible. | 
| Assigner.EqualTypesOnly
 An assigner that only allows to assign types if they are equal to another. 
 | 
| Assigner.Refusing
 An assigner that does not allow any assignments. 
 | 
| Assigner.Typing
 Indicates for a type assignment, if a type casting should be applied in case that two types are not statically assignable. 
 | 
| Class and Description | 
|---|
| Assigner
 An assigner is responsible for converting some type  
A to another type B if possible. | 
| Assigner.Typing
 Indicates for a type assignment, if a type casting should be applied in case that two types are not statically assignable. 
 | 
| Class and Description | 
|---|
| Assigner
 An assigner is responsible for converting some type  
A to another type B if possible. | 
| Assigner.Typing
 Indicates for a type assignment, if a type casting should be applied in case that two types are not statically assignable. 
 | 
Copyright © 2014–2016. All rights reserved.