| Package | Description |
|---|---|
| net.bytebuddy.description.type.generic |
Contains descriptions for generic types as defined in the Java programming language.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
GenericTypeDescription.LazyProjection.OfLoadedFieldType
A lazy projection of a field's type.
|
static class |
GenericTypeDescription.LazyProjection.OfLoadedParameter
A lazy projection of a loaded parameter.
|
static class |
GenericTypeDescription.LazyProjection.OfLoadedParameter.OfLegacyVmConstructor
Represents a constructor's parameter on a JVM that does not know the
java.lang.reflect.Parameter type. |
static class |
GenericTypeDescription.LazyProjection.OfLoadedParameter.OfLegacyVmMethod
Represents a method's parameter on a JVM that does not know the
java.lang.reflect.Parameter type. |
static class |
GenericTypeDescription.LazyProjection.OfLoadedReturnType
A lazy projection of a method's generic return type.
|
static class |
GenericTypeDescription.LazyProjection.OfLoadedSuperType
A lazy projection of a generic super type.
|
Copyright © 2014–2015. All rights reserved.