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