| Package | Description | 
|---|---|
| net.bytebuddy.description.method | Contains descriptions of Java methods and constructors as well as their parameters. | 
| net.bytebuddy.pool | Classes of this package allow for the creating  TypeDescriptions without
 loading any classes. | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | MethodList.Explicit<S extends MethodDescription>A method list that is a wrapper for a given list of method descriptions. | 
| static class  | MethodList.ForLoadedMethodsA method list implementation that returns all loaded byte code methods (methods and constructors) that
 are declared for a given type. | 
| static class  | MethodList.ForTokensA list of method descriptions for a list of detached tokens. | 
| static class  | MethodList.TypeSubstitutingA list of method descriptions that yields  MethodDescription.TypeSubstituting. | 
| Modifier and Type | Class and Description | 
|---|---|
| protected class  | TypePool.Default.LazyTypeDescription.MethodTokenListA list of method tokens representing each entry as a method description. | 
Copyright © 2014–2021. All rights reserved.