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
TypeDescriptions 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 classAn abstract base implementation of an incomplete token.static classAn incomplete generic type token representing a type with an outer type.static classAn 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.incompleteTokenThe current token that is in the process of creation.private final 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.IncompleteTokenModifierConstructorDescriptionForInnerClass(String internalName, TypePool.Default.GenericTypeExtractor.IncompleteToken outerTypeToken) Creates a new incomplete token representing a type without an outer type.