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 creatingTypeDescriptions 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 classTypePool.Default.GenericTypeExtractor.IncompleteToken.AbstractBaseAn abstract base implementation of an incomplete token.static classTypePool.Default.GenericTypeExtractor.IncompleteToken.ForInnerClassAn incomplete generic type token representing a type with an outer type.static classTypePool.Default.GenericTypeExtractor.IncompleteToken.ForTopLevelTypeAn 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.IncompleteTokenTypePool.Default.GenericTypeExtractor. incompleteTokenThe current token that is in the process of creation.private TypePool.Default.GenericTypeExtractor.IncompleteTokenTypePool.Default.GenericTypeExtractor.IncompleteToken.ForInnerClass. outerTypeTokenThe 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.
-