| Package | Description | 
|---|---|
| net.bytebuddy.description.method | Contains descriptions of Java methods and constructors as well as their parameters. | 
| 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. | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | ParameterDescription.ForLoadedParameterDescription of a loaded parameter, represented by a Java 8  java.lang.reflect.Parameter. | 
| protected static class  | ParameterDescription.ForLoadedParameter.OfLegacyVmConstructorDescription of a loaded constructor's parameter on a virtual machine where  java.lang.reflect.Parameteris not available. | 
| protected static class  | ParameterDescription.ForLoadedParameter.OfLegacyVmMethodDescription of a loaded method's parameter on a virtual machine where  java.lang.reflect.Parameteris not available. | 
| static class  | ParameterDescription.LatentA latent description of a parameter that is not attached to a method or constructor. | 
| Modifier and Type | Class and Description | 
|---|---|
| protected class  | InstrumentedType.AbstractBase.MethodToken.ParameterTokenAn implementation of a method parameter for a method of an instrumented type. | 
Copyright © 2014–2015. All rights reserved.