| Package | Description | 
|---|---|
| net.bytebuddy.description.method | Contains descriptions of Java methods and constructors as well as their parameters. | 
| net.bytebuddy.utility | This package contains utility classes for common use within any Byte Buddy logic. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected static JavaMethod | ParameterDescription.ForLoadedParameter. GET_TYPEJava method representation for the  java.lang.reflect.Parameter'sgetTypemethod. | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | JavaMethod.ForLoadedConstructorRepresents a constructor that can be invoked. | 
| static class  | JavaMethod.ForLoadedMethodRepresents a method that can be invoked. | 
| static class  | JavaMethod.ForUnavailableMethodRepresents a method that cannot be invoked. | 
Copyright © 2014–2015. All rights reserved.