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 creatingTypeDescription
s 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 class
TypeDescription.ForLoadedType.ClassDescriptionTypeList
A list of type descriptions represented by class descriptions.static class
TypeList.Explicit
A wrapper implementation of an explicit list of types.static class
TypeList.ForLoadedTypes
Implementation 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 class
TypePool.Default.LazyTypeDescription.LazyNestMemberList
A lazy list that represents all nest members of the represented type.protected static class
TypePool.Default.LazyTypeDescription.LazyTypeList
A list that is constructingTypePool.Default.LazyTypeDescription
s.
-