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
TypeDescription
s 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 class
A generic type extractor allows for an iterative extraction of generic type information.protected static class
TypePool.Default.GenericTypeExtractor.ForSignature<T extends TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution>
A signature visitor for extracting a generic type resolution.protected static class
A parser for a generic field signature.protected static class
A parser for a generic method signature.protected class
A registrant for an exception type.protected class
A registrant for a parameter type.protected class
A registrant for a return type.protected static class
A parser for a generic field signature.protected static class
A parser for a generic type signature.protected class
A registrant for the interface types.protected class
A registrant for the super type.protected class
A token for registering a direct bound.protected class
A token for registering a wildcard with a lower bound.protected class
A token for registering a wildcard with an upper bound.Fields in net.bytebuddy.pool declared as TypePool.Default.GenericTypeRegistrantModifier and TypeFieldDescriptionprivate final TypePool.Default.GenericTypeRegistrant
TypePool.Default.GenericTypeExtractor.genericTypeRegistrant
A registrant that receives any discovered type.Constructors in net.bytebuddy.pool with parameters of type TypePool.Default.GenericTypeRegistrantModifierConstructorDescriptionprotected
GenericTypeExtractor
(TypePool.Default.GenericTypeRegistrant genericTypeRegistrant) Creates a new generic type extractor.