Uses of Interface
net.bytebuddy.pool.TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.ForField
Package
Description
Classes of this package allow for the creating
TypeDescription
s without
loading any classes.-
Uses of TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.ForField in net.bytebuddy.pool
Classes in net.bytebuddy.pool that implement TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.ForFieldModifier and TypeClassDescriptionstatic class
An implementation of a tokenized resolution of the generic type of aFieldDescription
.static enum
A resolution of a type's, method's or field's generic types if its generic signature is malformed.static enum
A resolution of a type's, method's or field's generic types if all of the represented element's are raw.Fields in net.bytebuddy.pool declared as TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.ForFieldModifier and TypeFieldDescriptionTypePool.Default.LazyTypeDescription.FieldToken.signatureResolution
The resolution of this field's generic type.TypePool.Default.LazyTypeDescription.LazyFieldDescription.signatureResolution
A resolution of this field's generic type.Methods in net.bytebuddy.pool that return TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.ForFieldModifier and TypeMethodDescriptionExtracts a generic field resolution of a field signature.TypePool.Default.GenericTypeExtractor.ForSignature.OfField.resolve()
Completes the current resolution.Constructors in net.bytebuddy.pool with parameters of type TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.ForFieldModifierConstructorDescriptionprivate
LazyFieldDescription
(String name, int modifiers, String descriptor, String genericSignature, TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.ForField signatureResolution, Map<String, List<TypePool.Default.LazyTypeDescription.AnnotationToken>> typeAnnotationTokens, List<TypePool.Default.LazyTypeDescription.AnnotationToken> annotationTokens) Creates a new lazy field description.