| Package | Description | 
|---|---|
| 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.subclass | All classes and types in this package are related to creating a  DynamicTypeby
 creating a subclass of a given type. | 
| net.bytebuddy.modifier | The modifier package contains high-level and type-safe descriptions of Java modifiers. | 
| Modifier and Type | Method and Description | 
|---|---|
| DynamicType.Builder.ExceptionDeclarableMethodInterception<T> | SubclassDynamicTypeBuilder. defineConstructor(List<? extends TypeDescription> parameterTypes,
                 ModifierContributor.ForMethod... modifier) | 
| DynamicType.Builder.ExceptionDeclarableMethodInterception<T> | SubclassDynamicTypeBuilder. defineMethod(String name,
            TypeDescription returnType,
            List<? extends TypeDescription> parameterTypes,
            ModifierContributor.ForMethod... modifier) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | MemberVisibilityDescribes a field's or a method's visibility. | 
| class  | MethodManifestationDescribes the manifestation of a method, i.e. | 
| class  | OwnershipDetermines the ownership of a field or method, i.e. | 
| class  | SynchronizationStateDescribes if a method is supposed to be synchronized. | 
| class  | SyntheticStateDefines if a type or member is supposed to be marked as synthetic. | 
Copyright © 2014. All rights reserved.