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<T extends TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution>
A signature visitor for extracting a generic type resolution.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.ForMethod
A resolution of the generic types of a
MethodDescription . |
static interface |
TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.ForType
A resolution of the generic types of a
TypeDescription . |
Modifier and Type | Class and Description |
---|---|
static class |
TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.ForMethod.Tokenized
An implementation of a tokenized resolution of generic types of a
MethodDescription . |
static class |
TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.ForType.Tokenized
An implementation of a tokenized resolution of generic types of a
TypeDescription . |
static class |
TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.Malformed
A resolution of a type's, method's or field's generic types if its generic signature is malformed.
|
static class |
TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.Raw
A resolution of a type's, method's or field's generic types if all of the represented element's are raw.
|
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.