Uses of Interface
net.bytebuddy.pool.TypePool.Default.GenericTypeRegistrant
Packages that use TypePool.Default.GenericTypeRegistrant
Package
Description
Classes of this package allow for the creating
TypeDescriptions without
loading any classes.-
Uses of TypePool.Default.GenericTypeRegistrant in net.bytebuddy.pool
Classes in net.bytebuddy.pool that implement TypePool.Default.GenericTypeRegistrantModifier and TypeClassDescriptionprotected static classA generic type extractor allows for an iterative extraction of generic type information.protected static classTypePool.Default.GenericTypeExtractor.ForSignature<T extends TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution>A signature visitor for extracting a generic type resolution.protected static classA parser for a generic field signature.protected static classA parser for a generic method signature.protected classA registrant for an exception type.protected classA registrant for a parameter type.protected classA registrant for a return type.protected static classA parser for a generic field signature.protected static classA parser for a generic type signature.protected classA registrant for the interface types.protected classA registrant for the super type.protected classA token for registering a direct bound.protected classA token for registering a wildcard with a lower bound.protected classA token for registering a wildcard with an upper bound.Fields in net.bytebuddy.pool declared as TypePool.Default.GenericTypeRegistrantModifier and TypeFieldDescriptionprivate final TypePool.Default.GenericTypeRegistrantTypePool.Default.GenericTypeExtractor.genericTypeRegistrantA registrant that receives any discovered type.Constructors in net.bytebuddy.pool with parameters of type TypePool.Default.GenericTypeRegistrantModifierConstructorDescriptionprotectedGenericTypeExtractor(TypePool.Default.GenericTypeRegistrant genericTypeRegistrant) Creates a new generic type extractor.