| Package | Description | 
|---|---|
| net.bytebuddy.description.method | Contains descriptions of Java methods and constructors as well as their parameters. | 
| 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. | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | ParameterList.Explicit<S extends ParameterDescription>A list of explicitly provided parameter descriptions. | 
| static class  | ParameterList.Explicit.ForTypesA parameter list representing parameters without meta data or annotations. | 
| static class  | ParameterList.ForLoadedExecutable<T>Represents a list of parameters for an executable, i.e. | 
| protected static class  | ParameterList.ForLoadedExecutable.OfConstructorDescribes the list of  Constructorparameters on a modern VM. | 
| protected static class  | ParameterList.ForLoadedExecutable.OfLegacyVmConstructorRepresents a list of constructor parameters on virtual machines where the  java.lang.reflect.Parametertype is not available. | 
| protected static class  | ParameterList.ForLoadedExecutable.OfLegacyVmMethodRepresents a list of method parameters on virtual machines where the  java.lang.reflect.Parametertype is not available. | 
| protected static class  | ParameterList.ForLoadedExecutable.OfMethodDescribes the list of  Methodparameters on a modern VM. | 
| static class  | ParameterList.ForTokensA list of parameter descriptions for a list of detached tokens. | 
| static class  | ParameterList.TypeSubstitutingA list of parameter descriptions that yields  ParameterDescription.TypeSubstituting. | 
| Modifier and Type | Class and Description | 
|---|---|
| protected class  | Transformer.ForMethod.TransformedMethod.TransformedParameterListA parameter list representing the transformed method's parameters. | 
Copyright © 2014–2019. All rights reserved.