| Package | Description | 
|---|---|
| net.bytebuddy | Byte Buddy is a library for creating Java classes at runtime of a Java program. | 
| net.bytebuddy.description.modifier | The modifier package contains high-level and type-safe descriptions of Java modifiers. | 
| 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.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.utility | This package contains utility classes for common use within any Byte Buddy logic. | 
| Class and Description | 
|---|
| EnumerationState Determines if a type describes an enumeration. | 
| ModifierContributor.ForType A marker interface for modifiers that can be applied to types. | 
| SyntheticState Defines if a type or member is supposed to be marked as synthetic. | 
| TypeManifestation Describes a type's manifestation, i.e. | 
| Visibility Describes a type's, field's or a method's visibility. | 
| Class and Description | 
|---|
| EnumerationState Determines if a type describes an enumeration. | 
| FieldManifestation Describes the manifestation of a class's field, i.e. | 
| MethodArguments Describes if a method allows varargs arguments. | 
| MethodManifestation Describes the manifestation of a method, i.e. | 
| ModifierContributor An element that describes a type modifier as described in the
 JVMS. | 
| ModifierContributor.ForField A marker interface for modifiers that can be applied to fields. | 
| ModifierContributor.ForMethod A marker interface for modifiers that can be applied to methods. | 
| ModifierContributor.ForParameter A marker interface for modifiers that can be applied to method parameters. | 
| ModifierContributor.ForType A marker interface for modifiers that can be applied to types. | 
| Ownership Determines the ownership of a field or method, i.e. | 
| ParameterManifestation Indicates whether a parameter was denoted as  finalor not. | 
| ProvisioningState Describes if a method parameter is mandated, i.e. | 
| SynchronizationState Describes if a method is supposed to be synchronized. | 
| SyntheticState Defines if a type or member is supposed to be marked as synthetic. | 
| TypeManifestation Describes a type's manifestation, i.e. | 
| Visibility Describes a type's, field's or a method's visibility. | 
| Class and Description | 
|---|
| ModifierContributor.ForField A marker interface for modifiers that can be applied to fields. | 
| ModifierContributor.ForMethod A marker interface for modifiers that can be applied to methods. | 
| ModifierContributor.ForType A marker interface for modifiers that can be applied to types. | 
| Class and Description | 
|---|
| ModifierContributor.ForField A marker interface for modifiers that can be applied to fields. | 
| Class and Description | 
|---|
| ModifierContributor.ForType A marker interface for modifiers that can be applied to types. | 
| Class and Description | 
|---|
| ModifierContributor An element that describes a type modifier as described in the
 JVMS. | 
Copyright © 2014–2015. All rights reserved.