| Package | Description |
|---|---|
| net.bytebuddy.pool |
Classes of this package allow for the creating
TypeDescriptions 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.
|
| Constructor and Description |
|---|
ForInnerClass(String internalName,
TypePool.Default.GenericTypeExtractor.IncompleteToken outerTypeToken)
Creates a new incomplete token representing a type without an outer type.
|
Copyright © 2014–2016. All rights reserved.