| Package | Description |
|---|---|
| net.bytebuddy.description.type |
Contains descriptions of Java types and packages.
|
| net.bytebuddy.description.type.generic |
Contains descriptions for generic types as defined in the Java programming language.
|
| net.bytebuddy.implementation.bytecode.member |
StackManipulations of this package are responsible for
accessing type or method members, i.e. |
| Modifier and Type | Class and Description |
|---|---|
static class |
TypeList.AbstractBase
An abstract base implementation of a type list.
|
static class |
TypeList.Empty
An implementation of an empty type list.
|
static class |
TypeList.Explicit
A wrapper implementation of an explicit list of types.
|
static class |
TypeList.ForLoadedType
Implementation of a type list for an array of loaded types.
|
| Modifier and Type | Method and Description |
|---|---|
protected TypeList |
TypeList.AbstractBase.wrap(List<TypeDescription> values) |
| Modifier and Type | Method and Description |
|---|---|
TypeList |
GenericTypeList.asErasures()
Returns a list of the generic types' erasures.
|
TypeList |
GenericTypeList.AbstractBase.asErasures() |
TypeList |
GenericTypeList.OfLoadedInterfaceTypes.asErasures() |
TypeList |
GenericTypeList.OfConstructorExceptionTypes.asErasures() |
TypeList |
GenericTypeList.OfMethodExceptionTypes.asErasures() |
TypeList |
GenericTypeList.Empty.asErasures() |
| Constructor and Description |
|---|
DynamicInvocation(String methodName,
TypeDescription returnType,
TypeList parameterTypes,
MethodDescription bootstrapMethod,
List<?> arguments)
Creates a new dynamic method invocation.
|
Copyright © 2014–2015. All rights reserved.