Uses of Interface
net.bytebuddy.description.type.TypeList
-
Packages that use TypeList Package Description net.bytebuddy.description.annotation Contains descriptions of annotations and annotation values.net.bytebuddy.description.type Contains descriptions of Java types and packages.net.bytebuddy.dynamic.scaffold This package contains helper types and implementations that are responsible for the actual writing of a byte array representing a Java class.net.bytebuddy.pool Classes of this package allow for the creatingTypeDescriptions without loading any classes.net.bytebuddy.utility This package contains utility classes for common use within any Byte Buddy logic. -
-
Uses of TypeList in net.bytebuddy.description.annotation
Methods in net.bytebuddy.description.annotation that return TypeList Modifier and Type Method Description TypeListAnnotationList.AbstractBase. asTypeList()TypeListAnnotationList. asTypeList()Returns a list of the annotation types of this list.TypeListAnnotationList.Empty. asTypeList() -
Uses of TypeList in net.bytebuddy.description.type
Classes in net.bytebuddy.description.type that implement TypeList Modifier and Type Class Description static classTypeList.AbstractBaseAn abstract base implementation of a type list.static classTypeList.EmptyAn implementation of an empty type list.static classTypeList.ExplicitA wrapper implementation of an explicit list of types.static classTypeList.ForLoadedTypesImplementation of a type list for an array of loaded types.Methods in net.bytebuddy.description.type that return TypeList Modifier and Type Method Description TypeListTypeList.Generic.AbstractBase. asErasures()TypeListTypeList.Generic. asErasures()Returns a list of the generic types' erasures.TypeListTypeList.Generic.Empty. asErasures()TypeListTypeList.Generic.OfConstructorExceptionTypes. asErasures()TypeListTypeList.Generic.OfLoadedInterfaceTypes. asErasures()TypeListTypeList.Generic.OfMethodExceptionTypes. asErasures()TypeListTypeDescription.AbstractBase.OfSimpleType.WithDelegation. getDeclaredTypes()TypeListTypeDescription.ArrayProjection. getDeclaredTypes()TypeListTypeDescription.ForLoadedType. getDeclaredTypes()TypeListTypeDescription.ForPackageDescription. getDeclaredTypes()TypeListTypeDescription. getDeclaredTypes()Returns a list of types that are declared by this type excluding anonymous classes.TypeListTypeDescription.Latent. getDeclaredTypes()TypeListTypeDescription.SuperTypeLoading. getDeclaredTypes()protected TypeListTypeList.AbstractBase. wrap(java.util.List<TypeDescription> values) -
Uses of TypeList in net.bytebuddy.dynamic.scaffold
Methods in net.bytebuddy.dynamic.scaffold that return TypeList Modifier and Type Method Description TypeListInstrumentedType.Default. getDeclaredTypes()TypeListInstrumentedType.Frozen. getDeclaredTypes() -
Uses of TypeList in net.bytebuddy.pool
Methods in net.bytebuddy.pool that return TypeList Modifier and Type Method Description TypeListTypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.Raw.RawAnnotatedType.LazyRawAnnotatedTypeList. asErasures()TypeListTypePool.Default.LazyTypeDescription. getDeclaredTypes() -
Uses of TypeList in net.bytebuddy.utility
Methods in net.bytebuddy.utility that return TypeList Modifier and Type Method Description TypeListJavaConstant.MethodHandle. getParameterTypes()Returns the parameter types represented by this instance.TypeListJavaConstant.MethodType. getParameterTypes()Returns the parameter types of this method type.
-