Uses of Class
net.bytebuddy.pool.TypePool.Default.GenericTypeExtractor.ForSignature
-
Packages that use TypePool.Default.GenericTypeExtractor.ForSignature Package Description net.bytebuddy.pool Classes of this package allow for the creatingTypeDescription
s without loading any classes. -
-
Uses of TypePool.Default.GenericTypeExtractor.ForSignature in net.bytebuddy.pool
Subclasses of TypePool.Default.GenericTypeExtractor.ForSignature in net.bytebuddy.pool Modifier and Type Class Description protected static class
TypePool.Default.GenericTypeExtractor.ForSignature.OfMethod
A parser for a generic method signature.protected static class
TypePool.Default.GenericTypeExtractor.ForSignature.OfType
A parser for a generic type signature.Methods in net.bytebuddy.pool with parameters of type TypePool.Default.GenericTypeExtractor.ForSignature Modifier and Type Method Description protected static <S extends TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution>
STypePool.Default.GenericTypeExtractor.ForSignature. extract(java.lang.String genericSignature, TypePool.Default.GenericTypeExtractor.ForSignature<S> visitor)
Applies an extraction of a generic signature given the supplied visitor.
-