| Package | Description |
|---|---|
| net.bytebuddy.pool |
Classes of this package allow for the creating
TypeDescriptions without
loading any classes. |
| Modifier and Type | Class and Description |
|---|---|
static class |
TypePool.LazyTypeDescription.GenericTypeToken.Resolution.ForType.Tokenized
An implementation of a tokenized resolution of generic types of a
TypeDescription. |
static class |
TypePool.LazyTypeDescription.GenericTypeToken.Resolution.Malformed
A resolution of a type's, method's or field's generic types if its generic signature is malformed.
|
static class |
TypePool.LazyTypeDescription.GenericTypeToken.Resolution.Raw
A resolution of a type's, method's or field's generic types if all of the represented element's are raw.
|
| Modifier and Type | Method and Description |
|---|---|
static TypePool.LazyTypeDescription.GenericTypeToken.Resolution.ForType |
TypePool.Default.GenericTypeExtractor.ForSignature.OfType.extract(String genericSignature)
Extracts a generic type resolution of a type signature.
|
TypePool.LazyTypeDescription.GenericTypeToken.Resolution.ForType |
TypePool.Default.GenericTypeExtractor.ForSignature.OfType.resolve() |
| Constructor and Description |
|---|
LazyTypeDescription(TypePool typePool,
int modifiers,
String name,
String superTypeInternalName,
String[] interfaceInternalName,
TypePool.LazyTypeDescription.GenericTypeToken.Resolution.ForType signatureResolution,
TypePool.LazyTypeDescription.DeclarationContext declarationContext,
List<String> declaredTypes,
boolean anonymousType,
List<TypePool.LazyTypeDescription.AnnotationToken> annotationTokens,
List<TypePool.LazyTypeDescription.FieldToken> fieldTokens,
List<TypePool.LazyTypeDescription.MethodToken> methodTokens)
Creates a new lazy type description.
|
Copyright © 2014–2015. All rights reserved.