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 |
---|---|
static class |
TypePool.Default.GenericTypeExtractor.IncompleteToken.AbstractBase
An abstract base implementation of an incomplete token.
|
static class |
TypePool.Default.GenericTypeExtractor.IncompleteToken.ForInnerClass
An incomplete generic type token representing a type with an outer type.
|
static class |
TypePool.Default.GenericTypeExtractor.IncompleteToken.ForTopLevelType
An incomplete token representing a generic type without an outer type.
|
Modifier and Type | Field and Description |
---|---|
private TypePool.Default.GenericTypeExtractor.IncompleteToken |
TypePool.Default.GenericTypeExtractor.incompleteToken
The current token that is in the process of creation.
|
private TypePool.Default.GenericTypeExtractor.IncompleteToken |
TypePool.Default.GenericTypeExtractor.IncompleteToken.ForInnerClass.outerTypeToken
The token representing the outer type.
|
Constructor and Description |
---|
ForInnerClass(java.lang.String internalName,
TypePool.Default.GenericTypeExtractor.IncompleteToken outerTypeToken)
Creates a new incomplete token representing a type without an outer type.
|