Package | Description |
---|---|
net.bytebuddy.pool |
Classes of this package allow for the creating
TypeDescription s without
loading any classes. |
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
protected static <S extends TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution> |
TypePool.Default.GenericTypeExtractor.ForSignature.extract(String genericSignature,
TypePool.Default.GenericTypeExtractor.ForSignature<S> visitor)
Applies an extraction of a generic signature given the supplied visitor.
|
Copyright © 2014–2020. All rights reserved.