Uses of Interface
net.bytebuddy.pool.TypePool.Default.GenericTypeExtractor.IncompleteToken
-
Packages that use TypePool.Default.GenericTypeExtractor.IncompleteToken Package Description net.bytebuddy.pool Classes of this package allow for the creatingTypeDescription
s without loading any classes. -
-
Uses of TypePool.Default.GenericTypeExtractor.IncompleteToken in net.bytebuddy.pool
Classes in net.bytebuddy.pool that implement TypePool.Default.GenericTypeExtractor.IncompleteToken Modifier and Type Class 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.Fields in net.bytebuddy.pool declared as TypePool.Default.GenericTypeExtractor.IncompleteToken Modifier and Type Field 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.Constructors in net.bytebuddy.pool with parameters of type TypePool.Default.GenericTypeExtractor.IncompleteToken Constructor Description ForInnerClass(java.lang.String internalName, TypePool.Default.GenericTypeExtractor.IncompleteToken outerTypeToken)
Creates a new incomplete token representing a type without an outer type.
-