Uses of Interface
net.bytebuddy.pool.TypePool.Default.GenericTypeRegistrant
-
Packages that use TypePool.Default.GenericTypeRegistrant Package Description net.bytebuddy.pool Classes of this package allow for the creatingTypeDescription
s without loading any classes. -
-
Uses of TypePool.Default.GenericTypeRegistrant in net.bytebuddy.pool
Fields in net.bytebuddy.pool declared as TypePool.Default.GenericTypeRegistrant Modifier and Type Field Description private 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.GenericTypeRegistrant Constructor Description GenericTypeExtractor(TypePool.Default.GenericTypeRegistrant genericTypeRegistrant)
Creates a new generic type extractor.
-