Uses of Class
net.bytebuddy.description.type.TypeList.AbstractBase
-
Packages that use TypeList.AbstractBase Package Description net.bytebuddy.description.type Contains descriptions of Java types and packages.net.bytebuddy.pool Classes of this package allow for the creatingTypeDescriptions without loading any classes. -
-
Uses of TypeList.AbstractBase in net.bytebuddy.description.type
Subclasses of TypeList.AbstractBase in net.bytebuddy.description.type Modifier and Type Class Description protected static classTypeDescription.ForLoadedType.ClassDescriptionTypeListA list of type descriptions represented by class descriptions.static classTypeList.ExplicitA wrapper implementation of an explicit list of types.static classTypeList.ForLoadedTypesImplementation of a type list for an array of loaded types. -
Uses of TypeList.AbstractBase in net.bytebuddy.pool
Subclasses of TypeList.AbstractBase in net.bytebuddy.pool Modifier and Type Class Description protected static classTypePool.Default.LazyTypeDescription.LazyNestMemberListA lazy list that represents all nest members of the represented type.protected static classTypePool.Default.LazyTypeDescription.LazyTypeListA list that is constructingTypePool.Default.LazyTypeDescriptions.
-