Uses of Interface
net.bytebuddy.pool.TypePool.Default.GenericTypeExtractor.IncompleteToken
Packages that use TypePool.Default.GenericTypeExtractor.IncompleteToken
Package
Description
Classes of this package allow for the creating
TypeDescription
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.IncompleteTokenModifier and TypeClassDescriptionstatic class
An abstract base implementation of an incomplete token.static class
An incomplete generic type token representing a type with an outer type.static class
An incomplete token representing a generic type without an outer type.Fields in net.bytebuddy.pool declared as TypePool.Default.GenericTypeExtractor.IncompleteTokenModifier and TypeFieldDescriptionTypePool.Default.GenericTypeExtractor.incompleteToken
The current token that is in the process of creation.private final 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.IncompleteTokenModifierConstructorDescriptionForInnerClass
(String internalName, TypePool.Default.GenericTypeExtractor.IncompleteToken outerTypeToken) Creates a new incomplete token representing a type without an outer type.