Uses of Interface
net.bytebuddy.pool.TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.ForRecordComponent
-
Packages that use TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.ForRecordComponent Package Description net.bytebuddy.pool Classes of this package allow for the creatingTypeDescription
s without loading any classes. -
-
Uses of TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.ForRecordComponent in net.bytebuddy.pool
Classes in net.bytebuddy.pool that implement TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.ForRecordComponent Modifier and Type Class Description static class
TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.ForRecordComponent.Tokenized
An implementation of a tokenized resolution of the generic type of aRecordComponentDescription
.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.Fields in net.bytebuddy.pool declared as TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.ForRecordComponent Modifier and Type Field Description private TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.ForRecordComponent
TypePool.Default.LazyTypeDescription.LazyRecordComponentDescription. signatureResolution
The record component's signature resolution.private TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.ForRecordComponent
TypePool.Default.LazyTypeDescription.RecordComponentToken. signatureResolution
The record component's signature resolution.Methods in net.bytebuddy.pool that return TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.ForRecordComponent Modifier and Type Method Description static TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.ForRecordComponent
TypePool.Default.GenericTypeExtractor.ForSignature.OfRecordComponent. extract(java.lang.String genericSignature)
Extracts a generic field resolution of a field signature.protected TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.ForRecordComponent
TypePool.Default.GenericTypeExtractor.ForSignature.OfRecordComponent. resolve()
Completes the current resolution.Constructors in net.bytebuddy.pool with parameters of type TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.ForRecordComponent Constructor Description LazyRecordComponentDescription(java.lang.String name, java.lang.String descriptor, java.lang.String genericSignature, TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.ForRecordComponent signatureResolution, java.util.Map<java.lang.String,java.util.List<TypePool.Default.LazyTypeDescription.AnnotationToken>> typeAnnotationTokens, java.util.List<TypePool.Default.LazyTypeDescription.AnnotationToken> annotationTokens)
Creates a new lazy description of a record component.
-