| 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.Default.LazyTypeDescription.GenericTypeToken.Resolution.ForField.Tokenized
An implementation of a tokenized resolution of the generic type of a
FieldDescription. |
static class |
TypePool.Default.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.Default.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.Default.LazyTypeDescription.GenericTypeToken.Resolution.ForField |
TypePool.Default.GenericTypeExtractor.ForSignature.OfField.extract(String genericSignature)
Extracts a generic field resolution of a field signature.
|
protected TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.ForField |
TypePool.Default.GenericTypeExtractor.ForSignature.OfField.resolve()
Completes the current resolution.
|
| Constructor and Description |
|---|
FieldToken(String name,
int modifiers,
String descriptor,
TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.ForField signatureResolution,
Map<String,List<TypePool.Default.LazyTypeDescription.AnnotationToken>> typeAnnotationTokens,
List<TypePool.Default.LazyTypeDescription.AnnotationToken> annotationTokens)
Creates a new field token.
|
Copyright © 2014–2016. All rights reserved.