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.dynamic.scaffold.inline All classes and types in this package are related to creating aDynamicTypeby enhancing a given type.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()Returns a list of the annotation types of this list.TypeListAnnotationList. asTypeList()Returns a list of the annotation types of this list.TypeListAnnotationList.Empty. asTypeList()Returns a list of the annotation types of this list. -
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.Fields in net.bytebuddy.description.type declared as TypeList Modifier and Type Field Description static TypeListTypeList. UNDEFINEDAnnulltype list.Methods in net.bytebuddy.description.type that return TypeList Modifier and Type Method Description TypeListTypeList.Generic.AbstractBase. asErasures()Returns a list of the generic types' erasures.TypeListTypeList.Generic. asErasures()Returns a list of the generic types' erasures.TypeListTypeList.Generic.Empty. asErasures()Returns a list of the generic types' erasures.TypeListTypeList.Generic.OfConstructorExceptionTypes. asErasures()Returns a list of the generic types' erasures.TypeListTypeList.Generic.OfLoadedInterfaceTypes. asErasures()Returns a list of the generic types' erasures.TypeListTypeList.Generic.OfMethodExceptionTypes. asErasures()Returns a list of the generic types' erasures.TypeListTypeDescription.AbstractBase.OfSimpleType.WithDelegation. getDeclaredTypes()Returns a list of types that are declared by this type.TypeListTypeDescription.ArrayProjection. getDeclaredTypes()Returns a list of types that are declared by this type.TypeListTypeDescription.ForLoadedType. getDeclaredTypes()Returns a list of types that are declared by this type.TypeListTypeDescription.ForPackageDescription. getDeclaredTypes()Returns a list of types that are declared by this type.TypeListTypeDescription. getDeclaredTypes()Returns a list of types that are declared by this type.TypeListTypeDescription.Latent. getDeclaredTypes()Returns a list of types that are declared by this type.TypeListTypeDescription.SuperTypeLoading. getDeclaredTypes()Returns a list of types that are declared by this type.TypeListTypeDescription.AbstractBase.OfSimpleType.WithDelegation. getNestMembers()Returns a list of members that are part of a nesting group.TypeListTypeDescription.ArrayProjection. getNestMembers()Returns a list of members that are part of a nesting group.TypeListTypeDescription.ForLoadedType. getNestMembers()Returns a list of members that are part of a nesting group.TypeListTypeDescription.ForPackageDescription. getNestMembers()Returns a list of members that are part of a nesting group.TypeListTypeDescription. getNestMembers()Returns a list of members that are part of a nesting group.TypeListTypeDescription.Latent. getNestMembers()Returns a list of members that are part of a nesting group.TypeListTypeDescription.SuperTypeLoading. getNestMembers()Returns a list of members that are part of a nesting group.TypeListTypeDescription.AbstractBase.OfSimpleType.WithDelegation. getPermittedSubtypes()Returns the list of permitted direct subclasses if this class is a sealed class.TypeListTypeDescription.ArrayProjection. getPermittedSubtypes()Returns the list of permitted direct subclasses if this class is a sealed class.TypeListTypeDescription.ForLoadedType. getPermittedSubtypes()Returns the list of permitted direct subclasses if this class is a sealed class.TypeListTypeDescription.ForPackageDescription. getPermittedSubtypes()Returns the list of permitted direct subclasses if this class is a sealed class.TypeListTypeDescription. getPermittedSubtypes()Returns the list of permitted direct subclasses if this class is a sealed class.TypeListTypeDescription.Latent. getPermittedSubtypes()Returns the list of permitted direct subclasses if this class is a sealed class.TypeListTypeDescription.SuperTypeLoading. getPermittedSubtypes()Returns the list of permitted direct subclasses if this class is a sealed class.static TypeListTypeList.Explicit. of(java.util.List<? extends JavaConstant> constants)Returns a list of types of the supplied Java constants.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()Returns a list of types that are declared by this type.TypeListInstrumentedType.Frozen. getDeclaredTypes()Returns a list of types that are declared by this type.TypeListInstrumentedType.Default. getNestMembers()Returns a list of members that are part of a nesting group.TypeListInstrumentedType.Frozen. getNestMembers()Returns a list of members that are part of a nesting group.TypeListInstrumentedType.Default. getPermittedSubtypes()Returns the list of permitted direct subclasses if this class is a sealed class.TypeListInstrumentedType.Frozen. getPermittedSubtypes()Returns the list of permitted direct subclasses if this class is a sealed class.Methods in net.bytebuddy.dynamic.scaffold with parameters of type TypeList Modifier and Type Method Description InstrumentedType.WithFlexibleNameInstrumentedType.Default. withDeclaredTypes(TypeList declaredTypes)Creates a new instrumented type that indicates that it declared the supplied types.InstrumentedType.WithFlexibleNameInstrumentedType.Frozen. withDeclaredTypes(TypeList declaredTypes)Creates a new instrumented type that indicates that it declared the supplied types.InstrumentedTypeInstrumentedType. withDeclaredTypes(TypeList declaredTypes)Creates a new instrumented type that indicates that it declared the supplied types.InstrumentedType.WithFlexibleNameInstrumentedType.WithFlexibleName. withDeclaredTypes(TypeList declaredTypes)Creates a new instrumented type that indicates that it declared the supplied types.InstrumentedType.WithFlexibleNameInstrumentedType.Default. withNestMembers(TypeList nestMembers)Creates a new instrumented types with the supplied nest members added to this instrumented type.InstrumentedType.WithFlexibleNameInstrumentedType.Frozen. withNestMembers(TypeList nestMembers)Creates a new instrumented types with the supplied nest members added to this instrumented type.InstrumentedType.WithFlexibleNameInstrumentedType.WithFlexibleName. withNestMembers(TypeList nestMembers)Creates a new instrumented types with the supplied nest members added to this instrumented type.InstrumentedTypeInstrumentedType. withNestMembers(TypeList nestMembers)Creates a new instrumented types with the supplied nest members added to this instrumented type.InstrumentedType.WithFlexibleNameInstrumentedType.Default. withPermittedSubclasses(TypeList permittedSubclasses)Creates a new instrumented type that includes the supplied permitted subclasses or unseals the type.InstrumentedType.WithFlexibleNameInstrumentedType.Frozen. withPermittedSubclasses(TypeList permittedSubclasses)Creates a new instrumented type that includes the supplied permitted subclasses or unseals the type.InstrumentedType.WithFlexibleNameInstrumentedType.WithFlexibleName. withPermittedSubclasses(TypeList permittedSubclasses)Creates a new instrumented type that includes the supplied permitted subclasses or unseals the type.InstrumentedTypeInstrumentedType. withPermittedSubclasses(TypeList permittedSubclasses)Creates a new instrumented type that includes the supplied permitted subclasses or unseals the type. -
Uses of TypeList in net.bytebuddy.dynamic.scaffold.inline
Fields in net.bytebuddy.dynamic.scaffold.inline declared as TypeList Modifier and Type Field Description private TypeListRebaseImplementationTarget.RebasedMethodInvocation. prependedParametersAny additional arguments that are to be provided to the rebased method.Methods in net.bytebuddy.dynamic.scaffold.inline that return TypeList Modifier and Type Method Description TypeListMethodRebaseResolver.Resolution.ForRebasedConstructor. getAppendedParameters()A rebased method might require additional arguments in order to create a distinct signature.TypeListMethodRebaseResolver.Resolution.ForRebasedMethod. getAppendedParameters()A rebased method might require additional arguments in order to create a distinct signature.TypeListMethodRebaseResolver.Resolution. getAppendedParameters()A rebased method might require additional arguments in order to create a distinct signature.TypeListMethodRebaseResolver.Resolution.Preserved. getAppendedParameters()A rebased method might require additional arguments in order to create a distinct signature.Methods in net.bytebuddy.dynamic.scaffold.inline with parameters of type TypeList Modifier and Type Method Description protected static Implementation.SpecialMethodInvocationRebaseImplementationTarget.RebasedMethodInvocation. of(MethodDescription.InDefinedShape resolvedMethod, TypeDescription instrumentedType, TypeList prependedParameters)Creates a special method invocation for the given method.Constructors in net.bytebuddy.dynamic.scaffold.inline with parameters of type TypeList Constructor Description RebasedMethodInvocation(MethodDescription.InDefinedShape methodDescription, TypeDescription instrumentedType, StackManipulation stackManipulation, TypeList prependedParameters)Creates a new rebased method invocation. -
Uses of TypeList in net.bytebuddy.pool
Classes in net.bytebuddy.pool that implement TypeList 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.Methods in net.bytebuddy.pool that return TypeList Modifier and Type Method Description TypeListTypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.Raw.RawAnnotatedType.LazyRawAnnotatedTypeList. asErasures()Returns a list of the generic types' erasures.TypeListTypePool.Default.LazyTypeDescription.TokenizedGenericType.Malformed.TokenList. asErasures()Returns a list of the generic types' erasures.TypeListTypePool.Default.LazyTypeDescription.TokenizedGenericType.TokenList. asErasures()Returns a list of the generic types' erasures.TypeListTypePool.Default.LazyTypeDescription. getDeclaredTypes()Returns a list of types that are declared by this type.TypeListTypePool.Default.LazyTypeDescription. getNestMembers()Returns a list of members that are part of a nesting group.TypeListTypePool.Default.LazyTypeDescription. getPermittedSubtypes()Returns the list of permitted direct subclasses if this class is a sealed class. -
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.
-