| Package | Description |
|---|---|
| net.bytebuddy.description.type.generic |
Contains descriptions for generic types as defined in the Java programming language.
|
| net.bytebuddy.pool |
Classes of this package allow for the creating
TypeDescriptions without
loading any classes. |
| Modifier and Type | Class and Description |
|---|---|
static class |
GenericTypeDescription.ForParameterizedType.Latent
A latent description of a parameterized type.
|
static class |
GenericTypeDescription.ForParameterizedType.OfLoadedType
Description of a loaded parameterized type.
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
TypePool.LazyTypeDescription.GenericTypeToken.ForParameterizedType.LazyParameterizedType
A generic type description that represents a parameterized type without an enclosing generic owner type.
|
protected class |
TypePool.LazyTypeDescription.GenericTypeToken.ForParameterizedType.Nested.LazyParameterizedType
A lazy description of a parameterized type with an owner type.
|
Copyright © 2014–2015. All rights reserved.