| 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.OfConstructorParameter
A lazy projection of the parameter type of a
Constructor. |
static class |
GenericTypeDescription.LazyProjection.OfLoadedFieldType
A lazy projection of a field's 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.
|
static class |
GenericTypeDescription.LazyProjection.OfMethodParameter
A lazy projection of the parameter type of a
Method. |
Copyright © 2014–2016. All rights reserved.