Uses of Interface
net.bytebuddy.description.type.TypeList.Generic
-
Packages that use TypeList.Generic Package Description net.bytebuddy.asm The ASM package contains classes that are meant for direct interaction with the ASM API.net.bytebuddy.description Classes of this package allow the representation of Java classes, their member and their meta data.net.bytebuddy.description.method Contains descriptions of Java methods and constructors as well as their parameters.net.bytebuddy.description.type Contains descriptions of Java types and packages.net.bytebuddy.dynamic This package contains classes and interfaces that are connected to writing the byte stream that represents a Java type that is dynamically created and for loading this type into a running JVM process.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.implementation The implementation package contains any logic for intercepting method calls.net.bytebuddy.matcher Contains an API for matching Java byte code entities.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.Generic in net.bytebuddy.asm
Methods in net.bytebuddy.asm with parameters of type TypeList.Generic Modifier and Type Method Description StackManipulationMemberSubstitution.Substitution.Chain.Step.ForDelegation.OffsetMapping.ForAllArguments.Resolved. apply(MemberSubstitution.Target target, TypeList.Generic parameters, TypeDescription.Generic result, TypeDescription.Generic current, JavaConstant.MethodHandle methodHandle, java.util.Map<java.lang.Integer,java.lang.Integer> offsets, int offset)Applies this offset mapping.StackManipulationMemberSubstitution.Substitution.Chain.Step.ForDelegation.OffsetMapping.ForArgument.Resolved. apply(MemberSubstitution.Target target, TypeList.Generic parameters, TypeDescription.Generic result, TypeDescription.Generic current, JavaConstant.MethodHandle methodHandle, java.util.Map<java.lang.Integer,java.lang.Integer> offsets, int offset)Applies this offset mapping.StackManipulationMemberSubstitution.Substitution.Chain.Step.ForDelegation.OffsetMapping.ForCurrent.Resolved. apply(MemberSubstitution.Target target, TypeList.Generic parameters, TypeDescription.Generic result, TypeDescription.Generic current, JavaConstant.MethodHandle methodHandle, java.util.Map<java.lang.Integer,java.lang.Integer> offsets, int offset)Applies this offset mapping.StackManipulationMemberSubstitution.Substitution.Chain.Step.ForDelegation.OffsetMapping.ForOrigin.Resolved. apply(MemberSubstitution.Target target, TypeList.Generic parameters, TypeDescription.Generic result, TypeDescription.Generic current, JavaConstant.MethodHandle methodHandle, java.util.Map<java.lang.Integer,java.lang.Integer> offsets, int offset)Applies this offset mapping.StackManipulationMemberSubstitution.Substitution.Chain.Step.ForDelegation.OffsetMapping.ForSelfCallHandle.Bound. apply(MemberSubstitution.Target target, TypeList.Generic parameters, TypeDescription.Generic result, TypeDescription.Generic current, JavaConstant.MethodHandle methodHandle, java.util.Map<java.lang.Integer,java.lang.Integer> offsets, int offset)Applies this offset mapping.StackManipulationMemberSubstitution.Substitution.Chain.Step.ForDelegation.OffsetMapping.ForSelfCallHandle.Unbound. apply(MemberSubstitution.Target target, TypeList.Generic parameters, TypeDescription.Generic result, TypeDescription.Generic current, JavaConstant.MethodHandle methodHandle, java.util.Map<java.lang.Integer,java.lang.Integer> offsets, int offset)Applies this offset mapping.StackManipulationMemberSubstitution.Substitution.Chain.Step.ForDelegation.OffsetMapping.ForStackManipulation.Resolved. apply(MemberSubstitution.Target target, TypeList.Generic parameters, TypeDescription.Generic result, TypeDescription.Generic current, JavaConstant.MethodHandle methodHandle, java.util.Map<java.lang.Integer,java.lang.Integer> offsets, int offset)Applies this offset mapping.StackManipulationMemberSubstitution.Substitution.Chain.Step.ForDelegation.OffsetMapping.ForStubValue.Resolved. apply(MemberSubstitution.Target target, TypeList.Generic parameters, TypeDescription.Generic result, TypeDescription.Generic current, JavaConstant.MethodHandle methodHandle, java.util.Map<java.lang.Integer,java.lang.Integer> offsets, int offset)Applies this offset mapping.StackManipulationMemberSubstitution.Substitution.Chain.Step.ForDelegation.OffsetMapping.ForThisReference.Resolved. apply(MemberSubstitution.Target target, TypeList.Generic parameters, TypeDescription.Generic result, TypeDescription.Generic current, JavaConstant.MethodHandle methodHandle, java.util.Map<java.lang.Integer,java.lang.Integer> offsets, int offset)Applies this offset mapping.StackManipulationMemberSubstitution.Substitution.Chain.Step.ForDelegation.OffsetMapping.Resolved. apply(MemberSubstitution.Target target, TypeList.Generic parameters, TypeDescription.Generic result, TypeDescription.Generic current, JavaConstant.MethodHandle methodHandle, java.util.Map<java.lang.Integer,java.lang.Integer> offsets, int offset)Applies this offset mapping.StackManipulationMemberSubstitution.Substitution.Chain.Step.ForDelegation.OffsetMapping.Resolved.ForStackManipulation. apply(MemberSubstitution.Target target, TypeList.Generic parameters, TypeDescription.Generic result, TypeDescription.Generic current, JavaConstant.MethodHandle methodHandle, java.util.Map<java.lang.Integer,java.lang.Integer> offsets, int offset)Applies this offset mapping.protected abstract MemberSubstitution.Source.ValueMemberSubstitution.Source. argument(int index, TypeList.Generic parameters, java.util.Map<java.lang.Integer,java.lang.Integer> offsets, MemberSubstitution.Target target, MethodDescription instrumentedMethod)Resolves a value representation of the parameter of the specified index ornullif no such parameter is available.protected abstract java.util.List<MemberSubstitution.Source.Value>MemberSubstitution.Source. arguments(boolean includesSelf, TypeList.Generic parameters, java.util.Map<java.lang.Integer,java.lang.Integer> offsets, MemberSubstitution.Target target, MethodDescription instrumentedMethod)Resolves a list of value representation of all parameters.protected abstract MemberSubstitution.Substitution.Chain.Step.ResolutionMemberSubstitution.Substitution.Chain.Step.ForField. doResolve(MemberSubstitution.Target target, TypeList.Generic parameters, java.util.Map<java.lang.Integer,java.lang.Integer> offsets, StackManipulation stackManipulation)Completes the resolution.protected MemberSubstitution.Substitution.Chain.Step.ResolutionMemberSubstitution.Substitution.Chain.Step.ForField.Read. doResolve(MemberSubstitution.Target target, TypeList.Generic parameters, java.util.Map<java.lang.Integer,java.lang.Integer> offsets, StackManipulation stackManipulation)Completes the resolution.protected MemberSubstitution.Substitution.Chain.Step.ResolutionMemberSubstitution.Substitution.Chain.Step.ForField.Write. doResolve(MemberSubstitution.Target target, TypeList.Generic parameters, java.util.Map<java.lang.Integer,java.lang.Integer> offsets, StackManipulation stackManipulation)Completes the resolution.StackManipulationMemberSubstitution.Replacement.Binding.ForDynamicInvocation. make(TypeList.Generic parameters, TypeDescription.Generic result, JavaConstant.MethodHandle methodHandle, StackManipulation stackManipulation, int freeOffset)Creates a stack manipulation that represents the substitution.StackManipulationMemberSubstitution.Replacement.Binding.ForMember. make(TypeList.Generic parameters, TypeDescription.Generic result, JavaConstant.MethodHandle methodHandle, StackManipulation stackManipulation, int freeOffset)Creates a stack manipulation that represents the substitution.StackManipulationMemberSubstitution.Replacement.Binding. make(TypeList.Generic parameters, TypeDescription.Generic result, JavaConstant.MethodHandle methodHandle, StackManipulation stackManipulation, int freeOffset)Creates a stack manipulation that represents the substitution.StackManipulationMemberSubstitution.Replacement.Binding.Unresolved. make(TypeList.Generic parameters, TypeDescription.Generic result, JavaConstant.MethodHandle methodHandle, StackManipulation stackManipulation, int freeOffset)Creates a stack manipulation that represents the substitution.protected abstract StackManipulationMemberSubstitution.Source. resolve(MemberSubstitution.Substitution.Chain.Step.ForDelegation.OffsetMapping.ForOrigin.Sort sort, MemberSubstitution.Target target, TypeList.Generic parameters, TypeDescription.Generic result, MethodDescription instrumentedMethod)Resolves a stack manipulation that loads the supplied sort of origin onto the operand stack.StackManipulationMemberSubstitution.Substitution.Chain. resolve(S target, TypeList.Generic parameters, TypeDescription.Generic result, JavaConstant.MethodHandle methodHandle, StackManipulation stackManipulation, int freeOffset)Resolves this substitution into a stack manipulation.MemberSubstitution.Substitution.Chain.Step.ResolutionMemberSubstitution.Substitution.Chain.Step.ForArgumentLoading. resolve(MemberSubstitution.Target target, TypeList.Generic parameters, TypeDescription.Generic result, JavaConstant.MethodHandle methodHandle, StackManipulation stackManipulation, TypeDescription.Generic current, java.util.Map<java.lang.Integer,java.lang.Integer> offsets, int freeOffset)Resolves this step of a substitution chain.MemberSubstitution.Substitution.Chain.Step.ResolutionMemberSubstitution.Substitution.Chain.Step.ForArgumentSubstitution. resolve(MemberSubstitution.Target target, TypeList.Generic parameters, TypeDescription.Generic result, JavaConstant.MethodHandle methodHandle, StackManipulation stackManipulation, TypeDescription.Generic current, java.util.Map<java.lang.Integer,java.lang.Integer> offsets, int freeOffset)Resolves this step of a substitution chain.MemberSubstitution.Substitution.Chain.Step.ResolutionMemberSubstitution.Substitution.Chain.Step.ForAssignment. resolve(MemberSubstitution.Target target, TypeList.Generic parameters, TypeDescription.Generic result, JavaConstant.MethodHandle methodHandle, StackManipulation stackManipulation, TypeDescription.Generic current, java.util.Map<java.lang.Integer,java.lang.Integer> offsets, int freeOffset)Resolves this step of a substitution chain.MemberSubstitution.Substitution.Chain.Step.ResolutionMemberSubstitution.Substitution.Chain.Step.ForDelegation. resolve(MemberSubstitution.Target target, TypeList.Generic parameters, TypeDescription.Generic result, JavaConstant.MethodHandle methodHandle, StackManipulation stackManipulation, TypeDescription.Generic current, java.util.Map<java.lang.Integer,java.lang.Integer> offsets, int freeOffset)Resolves this step of a substitution chain.MemberSubstitution.Substitution.Chain.Step.ResolutionMemberSubstitution.Substitution.Chain.Step.ForField. resolve(MemberSubstitution.Target target, TypeList.Generic parameters, TypeDescription.Generic result, JavaConstant.MethodHandle methodHandle, StackManipulation stackManipulation, TypeDescription.Generic current, java.util.Map<java.lang.Integer,java.lang.Integer> offsets, int freeOffset)Resolves this step of a substitution chain.MemberSubstitution.Substitution.Chain.Step.ResolutionMemberSubstitution.Substitution.Chain.Step.ForInvocation. resolve(MemberSubstitution.Target target, TypeList.Generic parameters, TypeDescription.Generic result, JavaConstant.MethodHandle methodHandle, StackManipulation stackManipulation, TypeDescription.Generic current, java.util.Map<java.lang.Integer,java.lang.Integer> offsets, int freeOffset)Resolves this step of a substitution chain.MemberSubstitution.Substitution.Chain.Step.ResolutionMemberSubstitution.Substitution.Chain.Step.OfOriginalExpression. resolve(MemberSubstitution.Target target, TypeList.Generic parameters, TypeDescription.Generic result, JavaConstant.MethodHandle methodHandle, StackManipulation stackManipulation, TypeDescription.Generic current, java.util.Map<java.lang.Integer,java.lang.Integer> offsets, int freeOffset)Resolves this step of a substitution chain.MemberSubstitution.Substitution.Chain.Step.ResolutionMemberSubstitution.Substitution.Chain.Step. resolve(U target, TypeList.Generic parameters, TypeDescription.Generic result, JavaConstant.MethodHandle methodHandle, StackManipulation stackManipulation, TypeDescription.Generic current, java.util.Map<java.lang.Integer,java.lang.Integer> offsets, int freeOffset)Resolves this step of a substitution chain.MemberSubstitution.Substitution.Chain.Step.ResolutionMemberSubstitution.Substitution.Chain.Step.Simple. resolve(MemberSubstitution.Target target, TypeList.Generic parameters, TypeDescription.Generic result, JavaConstant.MethodHandle methodHandle, StackManipulation stackManipulation, TypeDescription.Generic current, java.util.Map<java.lang.Integer,java.lang.Integer> offsets, int freeOffset)Resolves this step of a substitution chain.FieldDescriptionMemberSubstitution.Substitution.ForFieldAccess.FieldResolver.ForElementMatcher. resolve(MemberSubstitution.Target target, TypeList.Generic parameters, TypeDescription.Generic result)Resolves the field to substitute with.FieldDescriptionMemberSubstitution.Substitution.ForFieldAccess.FieldResolver. resolve(MemberSubstitution.Target target, TypeList.Generic parameters, TypeDescription.Generic result)Resolves the field to substitute with.FieldDescriptionMemberSubstitution.Substitution.ForFieldAccess.FieldResolver.Simple. resolve(MemberSubstitution.Target target, TypeList.Generic parameters, TypeDescription.Generic result)Resolves the field to substitute with.StackManipulationMemberSubstitution.Substitution.ForFieldAccess. resolve(MemberSubstitution.Target target, TypeList.Generic parameters, TypeDescription.Generic result, JavaConstant.MethodHandle methodHandle, StackManipulation stackManipulation, int freeOffset)Resolves this substitution into a stack manipulation.MethodDescriptionMemberSubstitution.Substitution.ForMethodInvocation.MethodResolver.Matching. resolve(MemberSubstitution.Target target, TypeList.Generic parameters, TypeDescription.Generic result)Resolves the method to substitute with.MethodDescriptionMemberSubstitution.Substitution.ForMethodInvocation.MethodResolver. resolve(MemberSubstitution.Target target, TypeList.Generic parameters, TypeDescription.Generic result)Resolves the method to substitute with.MethodDescriptionMemberSubstitution.Substitution.ForMethodInvocation.MethodResolver.Simple. resolve(MemberSubstitution.Target target, TypeList.Generic parameters, TypeDescription.Generic result)Resolves the method to substitute with.StackManipulationMemberSubstitution.Substitution.ForMethodInvocation. resolve(MemberSubstitution.Target target, TypeList.Generic parameters, TypeDescription.Generic result, JavaConstant.MethodHandle methodHandle, StackManipulation stackManipulation, int freeOffset)Resolves this substitution into a stack manipulation.StackManipulationMemberSubstitution.Substitution.ForValue. resolve(MemberSubstitution.Target target, TypeList.Generic parameters, TypeDescription.Generic result, JavaConstant.MethodHandle methodHandle, StackManipulation stackManipulation, int freeOffset)Resolves this substitution into a stack manipulation.StackManipulationMemberSubstitution.Substitution. resolve(T target, TypeList.Generic parameters, TypeDescription.Generic result, JavaConstant.MethodHandle methodHandle, StackManipulation stackManipulation, int freeOffset)Resolves this substitution into a stack manipulation.StackManipulationMemberSubstitution.Substitution.Stubbing. resolve(MemberSubstitution.Target target, TypeList.Generic parameters, TypeDescription.Generic result, JavaConstant.MethodHandle methodHandle, StackManipulation stackManipulation, int freeOffset)Resolves this substitution into a stack manipulation.protected abstract MemberSubstitution.Source.ValueMemberSubstitution.Source. self(TypeList.Generic parameters, java.util.Map<java.lang.Integer,java.lang.Integer> offsets, MemberSubstitution.Target target, MethodDescription instrumentedMethod)Resolves a value representation of thethisreference ornullif no such reference is available. -
Uses of TypeList.Generic in net.bytebuddy.description
Methods in net.bytebuddy.description that return TypeList.Generic Modifier and Type Method Description TypeList.GenericTypeVariableSource. getTypeVariables()Returns the type variables that are declared by this element. -
Uses of TypeList.Generic in net.bytebuddy.description.method
Methods in net.bytebuddy.description.method that return TypeList.Generic Modifier and Type Method Description TypeList.GenericParameterList.AbstractBase. asTypeList()Transforms this list of parameters into a list of the types of the represented parameters.TypeList.GenericParameterList. asTypeList()Transforms this list of parameters into a list of the types of the represented parameters.TypeList.GenericParameterList.Empty. asTypeList()Transforms this list of parameters into a list of the types of the represented parameters.TypeList.GenericMethodDescription.ForLoadedConstructor. getExceptionTypes()Returns the exception types of the described method.TypeList.GenericMethodDescription.ForLoadedMethod. getExceptionTypes()Returns the exception types of the described method.TypeList.GenericMethodDescription. getExceptionTypes()Returns the exception types of the described method.TypeList.GenericMethodDescription.Latent. getExceptionTypes()Returns the exception types of the described method.TypeList.GenericMethodDescription.Latent.TypeInitializer. getExceptionTypes()Returns the exception types of the described method.TypeList.GenericMethodDescription.Token. getExceptionTypes()Returns the exception types of the represented method.TypeList.GenericMethodDescription.TypeSubstituting. getExceptionTypes()Returns the exception types of the described method.TypeList.GenericMethodDescription.ForLoadedConstructor. getTypeVariables()Returns the type variables that are declared by this element.TypeList.GenericMethodDescription.ForLoadedMethod. getTypeVariables()Returns the type variables that are declared by this element.TypeList.GenericMethodDescription.Latent. getTypeVariables()Returns the type variables that are declared by this element.TypeList.GenericMethodDescription.Latent.TypeInitializer. getTypeVariables()Returns the type variables that are declared by this element.TypeList.GenericMethodDescription.TypeSubstituting. getTypeVariables()Returns the type variables that are declared by this element. -
Uses of TypeList.Generic in net.bytebuddy.description.type
Classes in net.bytebuddy.description.type that implement TypeList.Generic Modifier and Type Class Description protected static classTypeDescription.Generic.LazyProjection.WithLazyNavigation.LazyInterfaceListA lazy representation of a lazy projection's interfaces.protected static classTypeDescription.Generic.OfParameterizedType.ForLoadedType.ParameterArgumentTypeListA type list that represents a loaded parameterized type's parameter types.protected static classTypeDescription.Generic.OfTypeVariable.ForLoadedType.TypeVariableBoundListA list of type variable bounds for a loadedTypeVariablethat resolves annotations..protected static classTypeDescription.Generic.OfWildcardType.ForLoadedType.WildcardLowerBoundTypeListA type list representing an upper-bound type variable's bound types.protected static classTypeDescription.Generic.OfWildcardType.ForLoadedType.WildcardUpperBoundTypeListA type list representing an upper-bound type variable's bound types.protected static classTypeDescription.SuperTypeLoading.ClassLoadingTypeListA type list that attempts loading any type.static classTypeList.Generic.AbstractBaseAn abstract base implementation of a generic type list.static classTypeList.Generic.EmptyAn empty list of generic types.static classTypeList.Generic.ExplicitAn explicit list of generic types.static classTypeList.Generic.ForDetachedTypesA list of detached types that are attached on reception.static classTypeList.Generic.ForDetachedTypes.OfTypeVariablesA list of attached type variables represented by a list of type variable tokens.static classTypeList.Generic.ForDetachedTypes.WithResolvedErasureA list of detached types that are attached on reception but not when computing an erasure.static classTypeList.Generic.ForLoadedTypesA list of loaded generic types.static classTypeList.Generic.ForLoadedTypes.OfTypeVariablesA type list that represents loaded type variables.static classTypeList.Generic.OfConstructorExceptionTypesA lazy projection of a constructor's exception types.static classTypeList.Generic.OfLoadedInterfaceTypesA lazy projection of a type's generic interface types.static classTypeList.Generic.OfMethodExceptionTypesA lazy projection of a method's exception types.Fields in net.bytebuddy.description.type declared as TypeList.Generic Modifier and Type Field Description static TypeList.GenericTypeDescription. ARRAY_INTERFACESA list of interfaces that are implicitly implemented by any array type.private TypeList.GenericTypeDescription.SuperTypeLoading.ClassLoadingTypeList. delegateThe delegate type list.private TypeList.GenericTypeDescription.Generic.LazyProjection.WithLazyNavigation.LazyInterfaceList. rawInterfacesA list of raw interface types declared by the lazy projection's erasure.Methods in net.bytebuddy.description.type that return TypeList.Generic Modifier and Type Method Description TypeList.GenericTypeList.Generic.AbstractBase. accept(TypeDescription.Generic.Visitor<? extends TypeDescription.Generic> visitor)Transforms the generic types by applying the supplied visitor to each of them.TypeList.GenericTypeList.Generic. accept(TypeDescription.Generic.Visitor<? extends TypeDescription.Generic> visitor)Transforms the generic types by applying the supplied visitor to each of them.TypeList.GenericTypeList.Generic.Empty. accept(TypeDescription.Generic.Visitor<? extends TypeDescription.Generic> visitor)Transforms the generic types by applying the supplied visitor to each of them.TypeList.GenericTypeList.AbstractBase. asGenericTypes()Returns a generic list of types.TypeList.GenericTypeList. asGenericTypes()Returns a generic list of types.TypeList.GenericTypeList.Empty. asGenericTypes()Returns a generic list of types.TypeList.GenericTypeList.Generic.AbstractBase. asRawTypes()Returns a list of the generic types' raw types.TypeList.GenericTypeList.Generic. asRawTypes()Returns a list of the generic types' raw types.TypeList.GenericTypeList.Generic.Empty. asRawTypes()Returns a list of the generic types' raw types.TypeList.GenericRecordComponentList.AbstractBase. asTypeList()Returns a list of all types of the records of this list.TypeList.GenericRecordComponentList. asTypeList()Returns a list of all types of the records of this list.TypeList.GenericRecordComponentList.Empty. asTypeList()Returns a list of all types of the records of this list.static TypeList.GenericTypeList.Generic.ForDetachedTypes. attach(FieldDescription fieldDescription, java.util.List<? extends TypeDescription.Generic> detachedTypes)Creates a list of types that are attached to the provided field.static TypeList.GenericTypeList.Generic.ForDetachedTypes. attach(MethodDescription methodDescription, java.util.List<? extends TypeDescription.Generic> detachedTypes)Creates a list of types that are attached to the provided method.static TypeList.GenericTypeList.Generic.ForDetachedTypes. attach(ParameterDescription parameterDescription, java.util.List<? extends TypeDescription.Generic> detachedTypes)Creates a list of types that are attached to the provided parameter.static TypeList.GenericTypeList.Generic.ForDetachedTypes. attachVariables(MethodDescription methodDescription, java.util.List<? extends TypeVariableToken> detachedTypeVariables)Creates a list of type variables that are attached to the provided method.static TypeList.GenericTypeList.Generic.ForDetachedTypes. attachVariables(TypeDescription typeDescription, java.util.List<? extends TypeVariableToken> detachedTypeVariables)Creates a list of type variables that are attached to the provided type.TypeList.GenericTypeVariableToken. getBounds()Returns the type variable's upper bounds.TypeList.GenericTypeDefinition. getInterfaces()Returns the interfaces that this type implements.TypeList.GenericTypeDescription.AbstractBase.OfSimpleType.WithDelegation. getInterfaces()Returns the interfaces that this type implements.TypeList.GenericTypeDescription.ArrayProjection. getInterfaces()Returns the interfaces that this type implements.TypeList.GenericTypeDescription.ForLoadedType. getInterfaces()Returns the interfaces that this type implements.TypeList.GenericTypeDescription.ForPackageDescription. getInterfaces()Returns the interfaces that this type implements.TypeList.GenericTypeDescription.Generic.LazyProjection.WithEagerNavigation. getInterfaces()Returns the interfaces that this type implements.TypeList.GenericTypeDescription.Generic.LazyProjection.WithLazyNavigation. getInterfaces()Returns the interfaces that this type implements.TypeList.GenericTypeDescription.Generic.OfGenericArray. getInterfaces()Returns the interfaces that this type implements.TypeList.GenericTypeDescription.Generic.OfNonGenericType.ForReifiedErasure. getInterfaces()Returns the interfaces that this type implements.TypeList.GenericTypeDescription.Generic.OfNonGenericType. getInterfaces()Returns the interfaces that this type implements.TypeList.GenericTypeDescription.Generic.OfParameterizedType.ForReifiedType. getInterfaces()Returns the interfaces that this type implements.TypeList.GenericTypeDescription.Generic.OfParameterizedType. getInterfaces()Returns the interfaces that this type implements.TypeList.GenericTypeDescription.Generic.OfTypeVariable. getInterfaces()Returns the interfaces that this type implements.TypeList.GenericTypeDescription.Generic.OfTypeVariable.Symbolic. getInterfaces()Returns the interfaces that this type implements.TypeList.GenericTypeDescription.Generic.OfWildcardType. getInterfaces()Returns the interfaces that this type implements.TypeList.GenericTypeDescription.Latent. getInterfaces()Returns the interfaces that this type implements.TypeList.GenericTypeDescription.SuperTypeLoading.ClassLoadingTypeProjection. getInterfaces()Returns the interfaces that this type implements.TypeList.GenericTypeDescription.SuperTypeLoading. getInterfaces()Returns the interfaces that this type implements.TypeList.GenericTypeDescription.Generic. getLowerBounds()Returns the lower bounds of this type.TypeList.GenericTypeDescription.Generic.LazyProjection. getLowerBounds()Returns the lower bounds of this type.TypeList.GenericTypeDescription.Generic.OfGenericArray. getLowerBounds()Returns the lower bounds of this type.TypeList.GenericTypeDescription.Generic.OfNonGenericType. getLowerBounds()Returns the lower bounds of this type.TypeList.GenericTypeDescription.Generic.OfParameterizedType. getLowerBounds()Returns the lower bounds of this type.TypeList.GenericTypeDescription.Generic.OfTypeVariable. getLowerBounds()Returns the lower bounds of this type.TypeList.GenericTypeDescription.Generic.OfTypeVariable.Symbolic. getLowerBounds()Returns the lower bounds of this type.TypeList.GenericTypeDescription.Generic.OfWildcardType.ForLoadedType. getLowerBounds()Returns the lower bounds of this type.TypeList.GenericTypeDescription.Generic.OfWildcardType.Latent. getLowerBounds()Returns the lower bounds of this type.TypeList.GenericTypeDescription.Generic. getTypeArguments()Returns the type arguments of this type.TypeList.GenericTypeDescription.Generic.LazyProjection. getTypeArguments()Returns the type arguments of this type.TypeList.GenericTypeDescription.Generic.OfGenericArray. getTypeArguments()Returns the type arguments of this type.TypeList.GenericTypeDescription.Generic.OfNonGenericType. getTypeArguments()Returns the type arguments of this type.TypeList.GenericTypeDescription.Generic.OfParameterizedType.ForGenerifiedErasure. getTypeArguments()Returns the type arguments of this type.TypeList.GenericTypeDescription.Generic.OfParameterizedType.ForLoadedType. getTypeArguments()Returns the type arguments of this type.TypeList.GenericTypeDescription.Generic.OfParameterizedType.ForReifiedType. getTypeArguments()Returns the type arguments of this type.TypeList.GenericTypeDescription.Generic.OfParameterizedType.Latent. getTypeArguments()Returns the type arguments of this type.TypeList.GenericTypeDescription.Generic.OfTypeVariable. getTypeArguments()Returns the type arguments of this type.TypeList.GenericTypeDescription.Generic.OfTypeVariable.Symbolic. getTypeArguments()Returns the type arguments of this type.TypeList.GenericTypeDescription.Generic.OfWildcardType. getTypeArguments()Returns the type arguments of this type.TypeList.GenericTypeDescription.AbstractBase.OfSimpleType.WithDelegation. getTypeVariables()Returns the type variables that are declared by this element.TypeList.GenericTypeDescription.ArrayProjection. getTypeVariables()Returns the type variables that are declared by this element.TypeList.GenericTypeDescription.ForLoadedType. getTypeVariables()Returns the type variables that are declared by this element.TypeList.GenericTypeDescription.ForPackageDescription. getTypeVariables()Returns the type variables that are declared by this element.TypeList.GenericTypeDescription.Latent. getTypeVariables()Returns the type variables that are declared by this element.TypeList.GenericTypeDescription.SuperTypeLoading. getTypeVariables()Returns the type variables that are declared by this element.TypeList.GenericTypeDescription.Generic. getUpperBounds()Returns the upper bounds of this type.TypeList.GenericTypeDescription.Generic.LazyProjection. getUpperBounds()Returns the upper bounds of this type.TypeList.GenericTypeDescription.Generic.OfGenericArray. getUpperBounds()Returns the upper bounds of this type.TypeList.GenericTypeDescription.Generic.OfNonGenericType. getUpperBounds()Returns the upper bounds of this type.TypeList.GenericTypeDescription.Generic.OfParameterizedType. getUpperBounds()Returns the upper bounds of this type.TypeList.GenericTypeDescription.Generic.OfTypeVariable.ForLoadedType. getUpperBounds()Returns the upper bounds of this type.TypeList.GenericTypeDescription.Generic.OfTypeVariable.Symbolic. getUpperBounds()Returns the upper bounds of this type.TypeList.GenericTypeDescription.Generic.OfTypeVariable.WithAnnotationOverlay. getUpperBounds()Returns the upper bounds of this type.TypeList.GenericTypeDescription.Generic.OfWildcardType.ForLoadedType. getUpperBounds()Returns the upper bounds of this type.TypeList.GenericTypeDescription.Generic.OfWildcardType.Latent. getUpperBounds()Returns the upper bounds of this type.TypeList.GenericTypeDescription.Generic.Visitor.AnnotationStripper.NonAnnotatedTypeVariable. getUpperBounds()Returns the upper bounds of this type.TypeList.GenericTypeDescription.Generic.Visitor.Substitutor.ForTypeVariableBinding.RetainedMethodTypeVariable. getUpperBounds()Returns the upper bounds of this type.TypeList.GenericTypeList.Generic.ForDetachedTypes.OfTypeVariables.AttachedTypeVariable. getUpperBounds()Returns the upper bounds of this type.protected static TypeList.GenericTypeDescription.Generic.LazyProjection.WithLazyNavigation.LazyInterfaceList. of(TypeDescription.Generic.LazyProjection delegate)Resolves a lazy interface list.static TypeList.GenericTypeList.Generic.ForLoadedTypes.OfTypeVariables. of(java.lang.reflect.GenericDeclaration genericDeclaration)Creates a list of the type variables of the supplied generic declaration.protected TypeList.GenericTypeList.Generic.AbstractBase. wrap(java.util.List<TypeDescription.Generic> values)Constructors in net.bytebuddy.description.type with parameters of type TypeList.Generic Constructor Description ClassLoadingTypeList(TypeList.Generic delegate, java.lang.ClassLoader classLoader, TypeDescription.SuperTypeLoading.ClassLoadingDelegate classLoadingDelegate)Creates a class loading type list.LazyInterfaceList(TypeDescription.Generic.LazyProjection delegate, TypeList.Generic rawInterfaces)Creates a new lazy interface list. -
Uses of TypeList.Generic in net.bytebuddy.dynamic
Fields in net.bytebuddy.dynamic declared as TypeList.Generic Modifier and Type Field Description private TypeList.GenericDynamicType.Builder.AbstractBase.Adapter.OptionalMethodMatchAdapter. interfacesThe interfaces whose methods are optionally matched.Methods in net.bytebuddy.dynamic that return TypeList.Generic Modifier and Type Method Description TypeList.GenericTransformer.ForMethod.TransformedMethod. getExceptionTypes()Returns the exception types of the described method.TypeList.GenericTransformer.ForMethod.TransformedMethod. getTypeVariables()Returns the type variables that are declared by this element.Constructors in net.bytebuddy.dynamic with parameters of type TypeList.Generic Constructor Description OptionalMethodMatchAdapter(TypeList.Generic interfaces)Creates a new optional method match adapter. -
Uses of TypeList.Generic in net.bytebuddy.dynamic.scaffold
Methods in net.bytebuddy.dynamic.scaffold that return TypeList.Generic Modifier and Type Method Description TypeList.GenericTypeWriter.MethodPool.Record.AccessBridgeWrapper.AccessorBridge. getExceptionTypes()Returns the exception types of the described method.TypeList.GenericTypeWriter.MethodPool.Record.AccessBridgeWrapper.BridgeTarget. getExceptionTypes()Returns the exception types of the described method.TypeList.GenericTypeWriter.MethodPool.Record.ForDefinedMethod.OfVisibilityBridge.VisibilityBridge. getExceptionTypes()Returns the exception types of the described method.TypeList.GenericInstrumentedType.Default. getInterfaces()Returns the interfaces that this type implements.TypeList.GenericInstrumentedType.Frozen. getInterfaces()Returns the interfaces that this type implements.TypeList.GenericInstrumentedType.Default. getTypeVariables()Returns the type variables that are declared by this element.TypeList.GenericInstrumentedType.Frozen. getTypeVariables()Returns the type variables that are declared by this element.TypeList.GenericTypeWriter.MethodPool.Record.AccessBridgeWrapper.AccessorBridge. getTypeVariables()Returns the type variables that are declared by this element.TypeList.GenericTypeWriter.MethodPool.Record.AccessBridgeWrapper.BridgeTarget. getTypeVariables()Returns the type variables that are declared by this element.TypeList.GenericTypeWriter.MethodPool.Record.ForDefinedMethod.OfVisibilityBridge.VisibilityBridge. getTypeVariables()Returns the type variables that are declared by this element.Methods in net.bytebuddy.dynamic.scaffold with parameters of type TypeList.Generic Modifier and Type Method Description InstrumentedType.WithFlexibleNameInstrumentedType.Default. withInterfaces(TypeList.Generic interfaceTypes)Creates a new instrumented type with the given interfaces implemented.InstrumentedType.WithFlexibleNameInstrumentedType.Frozen. withInterfaces(TypeList.Generic interfaceTypes)Creates a new instrumented type with the given interfaces implemented.InstrumentedType.WithFlexibleNameInstrumentedType.WithFlexibleName. withInterfaces(TypeList.Generic interfaceTypes)Creates a new instrumented type with the given interfaces implemented.InstrumentedTypeInstrumentedType. withInterfaces(TypeList.Generic interfaceTypes)Creates a new instrumented type with the given interfaces implemented. -
Uses of TypeList.Generic in net.bytebuddy.dynamic.scaffold.inline
Methods in net.bytebuddy.dynamic.scaffold.inline that return TypeList.Generic Modifier and Type Method Description TypeList.GenericMethodRebaseResolver.Resolution.ForRebasedConstructor.RebasedConstructor. getExceptionTypes()Returns the exception types of the described method.TypeList.GenericMethodRebaseResolver.Resolution.ForRebasedMethod.RebasedMethod. getExceptionTypes()Returns the exception types of the described method.TypeList.GenericMethodRebaseResolver.Resolution.ForRebasedConstructor.RebasedConstructor. getTypeVariables()Returns the type variables that are declared by this element.TypeList.GenericMethodRebaseResolver.Resolution.ForRebasedMethod.RebasedMethod. getTypeVariables()Returns the type variables that are declared by this element. -
Uses of TypeList.Generic in net.bytebuddy.implementation
Methods in net.bytebuddy.implementation that return TypeList.Generic Modifier and Type Method Description TypeList.GenericImplementation.Context.Default.AccessorMethod. getExceptionTypes()Returns the exception types of the described method.TypeList.GenericImplementation.Context.Default.FieldGetter. getExceptionTypes()Returns the exception types of the described method.TypeList.GenericImplementation.Context.Default.FieldSetter. getExceptionTypes()Returns the exception types of the described method.TypeList.GenericImplementation.Context.Default.AccessorMethod. getTypeVariables()Returns the type variables that are declared by this element.TypeList.GenericImplementation.Context.Default.FieldGetter. getTypeVariables()Returns the type variables that are declared by this element.TypeList.GenericImplementation.Context.Default.FieldSetter. getTypeVariables()Returns the type variables that are declared by this element. -
Uses of TypeList.Generic in net.bytebuddy.matcher
Fields in net.bytebuddy.matcher with type parameters of type TypeList.Generic Modifier and Type Field Description private ElementMatcher<? super TypeList.Generic>MethodExceptionTypeMatcher. matcherThe matcher to apply to the matched method's exceptions.Constructor parameters in net.bytebuddy.matcher with type arguments of type TypeList.Generic Constructor Description MethodExceptionTypeMatcher(ElementMatcher<? super TypeList.Generic> matcher)Creates a new matcher for a method's exceptions. -
Uses of TypeList.Generic in net.bytebuddy.pool
Methods in net.bytebuddy.pool that return TypeList.Generic Modifier and Type Method Description TypeList.GenericTypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.Raw.RawAnnotatedType.LazyRawAnnotatedTypeList. asRawTypes()Returns a list of the generic types' raw types.TypeList.GenericTypePool.Default.LazyTypeDescription.LazyMethodDescription.LazyParameterList. asTypeList()Transforms this list of parameters into a list of the types of the represented parameters.TypeList.GenericTypePool.Default.LazyTypeDescription.LazyMethodDescription. getExceptionTypes()Returns the exception types of the described method.TypeList.GenericTypePool.Default.LazyTypeDescription. getInterfaces()Returns the interfaces that this type implements.protected abstract TypeList.GenericTypePool.Default.WithLazyResolution.ExtendedLazyTypeDescription.Delegate. getInterfaces()Returns a list of generic interfaces of the represented class.TypeList.GenericTypePool.Default.WithLazyResolution.ExtendedLazyTypeDescription. getInterfaces()TypeList.GenericTypePool.Default.WithLazyResolution.ExtendedLazyTypeDescription.ResolvedDelegate. getInterfaces()TypeList.GenericTypePool.Default.WithLazyResolution.ExtendedLazyTypeDescription.UnresolvedDelegate. getInterfaces()TypeList.GenericTypePool.Default.LazyTypeDescription.GenericTypeToken.ForLowerBoundWildcard.LazyLowerBoundWildcard. getLowerBounds()Returns the lower bounds of this type.TypeList.GenericTypePool.Default.LazyTypeDescription.GenericTypeToken.ForUnboundWildcard.LazyUnboundWildcard. getLowerBounds()Returns the lower bounds of this type.TypeList.GenericTypePool.Default.LazyTypeDescription.GenericTypeToken.ForUpperBoundWildcard.LazyUpperBoundWildcard. getLowerBounds()Returns the lower bounds of this type.TypeList.GenericTypePool.Default.LazyTypeDescription.GenericTypeToken.ForParameterizedType.LazyParameterizedType. getTypeArguments()Returns the type arguments of this type.TypeList.GenericTypePool.Default.LazyTypeDescription.GenericTypeToken.ForParameterizedType.Nested.LazyParameterizedType. getTypeArguments()Returns the type arguments of this type.TypeList.GenericTypePool.Default.LazyTypeDescription.LazyMethodDescription.LazyParameterizedReceiverType. getTypeArguments()Returns the type arguments of this type.TypeList.GenericTypePool.Default.LazyTypeDescription. getTypeVariables()Returns the type variables that are declared by this element.TypeList.GenericTypePool.Default.LazyTypeDescription.LazyMethodDescription. getTypeVariables()Returns the type variables that are declared by this element.TypeList.GenericTypePool.Default.LazyTypeDescription.GenericTypeToken.ForLowerBoundWildcard.LazyLowerBoundWildcard. getUpperBounds()Returns the upper bounds of this type.TypeList.GenericTypePool.Default.LazyTypeDescription.GenericTypeToken.ForTypeVariable.AnnotatedTypeVariable. getUpperBounds()Returns the upper bounds of this type.TypeList.GenericTypePool.Default.LazyTypeDescription.GenericTypeToken.ForTypeVariable.Formal.LazyTypeVariable. getUpperBounds()Returns the upper bounds of this type.TypeList.GenericTypePool.Default.LazyTypeDescription.GenericTypeToken.ForTypeVariable.UnresolvedTypeVariable. getUpperBounds()Returns the upper bounds of this type.TypeList.GenericTypePool.Default.LazyTypeDescription.GenericTypeToken.ForUnboundWildcard.LazyUnboundWildcard. getUpperBounds()Returns the upper bounds of this type.TypeList.GenericTypePool.Default.LazyTypeDescription.GenericTypeToken.ForUpperBoundWildcard.LazyUpperBoundWildcard. getUpperBounds()Returns the upper bounds of this type.TypeList.GenericTypePool.Default.LazyTypeDescription.LazyMethodDescription.LazyParameterizedReceiverType.TypeArgumentList.AnnotatedTypeVariable. getUpperBounds()Returns the upper bounds of this type.protected static TypeList.GenericTypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.Raw.RawAnnotatedType.LazyRawAnnotatedTypeList. of(TypePool typePool, java.util.Map<java.lang.Integer,java.util.Map<java.lang.String,java.util.List<TypePool.Default.LazyTypeDescription.AnnotationToken>>> annotationTokens, java.util.List<java.lang.String> descriptors)Creates generic type list only representing raw types.TypeList.GenericTypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.ForMethod. resolveExceptionTypes(java.util.List<java.lang.String> exceptionTypeDescriptors, TypePool typePool, java.util.Map<java.lang.Integer,java.util.Map<java.lang.String,java.util.List<TypePool.Default.LazyTypeDescription.AnnotationToken>>> annotationTokens, MethodDescription.InDefinedShape definingMethod)Resolves the generic parameter types of the represented method.TypeList.GenericTypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.ForMethod.Tokenized. resolveExceptionTypes(java.util.List<java.lang.String> exceptionTypeDescriptors, TypePool typePool, java.util.Map<java.lang.Integer,java.util.Map<java.lang.String,java.util.List<TypePool.Default.LazyTypeDescription.AnnotationToken>>> annotationTokens, MethodDescription.InDefinedShape definingMethod)Resolves the generic parameter types of the represented method.TypeList.GenericTypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.Malformed. resolveExceptionTypes(java.util.List<java.lang.String> exceptionTypeDescriptors, TypePool typePool, java.util.Map<java.lang.Integer,java.util.Map<java.lang.String,java.util.List<TypePool.Default.LazyTypeDescription.AnnotationToken>>> annotationTokens, MethodDescription.InDefinedShape definingMethod)Resolves the generic parameter types of the represented method.TypeList.GenericTypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.Raw. resolveExceptionTypes(java.util.List<java.lang.String> exceptionTypeDescriptors, TypePool typePool, java.util.Map<java.lang.Integer,java.util.Map<java.lang.String,java.util.List<TypePool.Default.LazyTypeDescription.AnnotationToken>>> annotationTokens, MethodDescription.InDefinedShape definingMethod)Resolves the generic parameter types of the represented method.TypeList.GenericTypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.ForType. resolveInterfaceTypes(java.util.List<java.lang.String> interfaceTypeDescriptors, TypePool typePool, java.util.Map<java.lang.Integer,java.util.Map<java.lang.String,java.util.List<TypePool.Default.LazyTypeDescription.AnnotationToken>>> annotationTokens, TypeDescription definingType)Resolves the generic interface types of the represented type.TypeList.GenericTypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.ForType.Tokenized. resolveInterfaceTypes(java.util.List<java.lang.String> interfaceTypeDescriptors, TypePool typePool, java.util.Map<java.lang.Integer,java.util.Map<java.lang.String,java.util.List<TypePool.Default.LazyTypeDescription.AnnotationToken>>> annotationTokens, TypeDescription definingType)Resolves the generic interface types of the represented type.TypeList.GenericTypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.Malformed. resolveInterfaceTypes(java.util.List<java.lang.String> interfaceTypeDescriptors, TypePool typePool, java.util.Map<java.lang.Integer,java.util.Map<java.lang.String,java.util.List<TypePool.Default.LazyTypeDescription.AnnotationToken>>> annotationTokens, TypeDescription definingType)Resolves the generic interface types of the represented type.TypeList.GenericTypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.Raw. resolveInterfaceTypes(java.util.List<java.lang.String> interfaceTypeDescriptors, TypePool typePool, java.util.Map<java.lang.Integer,java.util.Map<java.lang.String,java.util.List<TypePool.Default.LazyTypeDescription.AnnotationToken>>> annotationTokens, TypeDescription definingType)Resolves the generic interface types of the represented type.TypeList.GenericTypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.ForMethod. resolveParameterTypes(java.util.List<java.lang.String> parameterTypeDescriptors, TypePool typePool, java.util.Map<java.lang.Integer,java.util.Map<java.lang.String,java.util.List<TypePool.Default.LazyTypeDescription.AnnotationToken>>> annotationTokens, MethodDescription.InDefinedShape definingMethod)Resolves the generic parameter types of the represented method.TypeList.GenericTypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.ForMethod.Tokenized. resolveParameterTypes(java.util.List<java.lang.String> parameterTypeDescriptors, TypePool typePool, java.util.Map<java.lang.Integer,java.util.Map<java.lang.String,java.util.List<TypePool.Default.LazyTypeDescription.AnnotationToken>>> annotationTokens, MethodDescription.InDefinedShape definingMethod)Resolves the generic parameter types of the represented method.TypeList.GenericTypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.Malformed. resolveParameterTypes(java.util.List<java.lang.String> parameterTypeDescriptors, TypePool typePool, java.util.Map<java.lang.Integer,java.util.Map<java.lang.String,java.util.List<TypePool.Default.LazyTypeDescription.AnnotationToken>>> annotationTokens, MethodDescription.InDefinedShape definingMethod)Resolves the generic parameter types of the represented method.TypeList.GenericTypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.Raw. resolveParameterTypes(java.util.List<java.lang.String> parameterTypeDescriptors, TypePool typePool, java.util.Map<java.lang.Integer,java.util.Map<java.lang.String,java.util.List<TypePool.Default.LazyTypeDescription.AnnotationToken>>> annotationTokens, MethodDescription.InDefinedShape definingMethod)Resolves the generic parameter types of the represented method.TypeList.GenericTypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.ForMethod.Tokenized. resolveTypeVariables(TypePool typePool, TypeVariableSource typeVariableSource, java.util.Map<java.lang.Integer,java.util.Map<java.lang.String,java.util.List<TypePool.Default.LazyTypeDescription.AnnotationToken>>> annotationTokens, java.util.Map<java.lang.Integer,java.util.Map<java.lang.Integer,java.util.Map<java.lang.String,java.util.List<TypePool.Default.LazyTypeDescription.AnnotationToken>>>> boundAnnotationTokens)Resolves the type variables of the represented element.TypeList.GenericTypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.ForType.Tokenized. resolveTypeVariables(TypePool typePool, TypeVariableSource typeVariableSource, java.util.Map<java.lang.Integer,java.util.Map<java.lang.String,java.util.List<TypePool.Default.LazyTypeDescription.AnnotationToken>>> annotationTokens, java.util.Map<java.lang.Integer,java.util.Map<java.lang.Integer,java.util.Map<java.lang.String,java.util.List<TypePool.Default.LazyTypeDescription.AnnotationToken>>>> boundAnnotationTokens)Resolves the type variables of the represented element.TypeList.GenericTypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.Malformed. resolveTypeVariables(TypePool typePool, TypeVariableSource typeVariableSource, java.util.Map<java.lang.Integer,java.util.Map<java.lang.String,java.util.List<TypePool.Default.LazyTypeDescription.AnnotationToken>>> annotationTokens, java.util.Map<java.lang.Integer,java.util.Map<java.lang.Integer,java.util.Map<java.lang.String,java.util.List<TypePool.Default.LazyTypeDescription.AnnotationToken>>>> boundAnnotationTokens)Resolves the type variables of the represented element.TypeList.GenericTypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.Raw. resolveTypeVariables(TypePool typePool, TypeVariableSource typeVariableSource, java.util.Map<java.lang.Integer,java.util.Map<java.lang.String,java.util.List<TypePool.Default.LazyTypeDescription.AnnotationToken>>> annotationTokens, java.util.Map<java.lang.Integer,java.util.Map<java.lang.Integer,java.util.Map<java.lang.String,java.util.List<TypePool.Default.LazyTypeDescription.AnnotationToken>>>> boundAnnotationTokens)Resolves the type variables of the represented element.TypeList.GenericTypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution. resolveTypeVariables(TypePool typePool, TypeVariableSource typeVariableSource, java.util.Map<java.lang.Integer,java.util.Map<java.lang.String,java.util.List<TypePool.Default.LazyTypeDescription.AnnotationToken>>> annotationTokens, java.util.Map<java.lang.Integer,java.util.Map<java.lang.Integer,java.util.Map<java.lang.String,java.util.List<TypePool.Default.LazyTypeDescription.AnnotationToken>>>> boundAnnotationTokens)Resolves the type variables of the represented element. -
Uses of TypeList.Generic in net.bytebuddy.utility
Constructors in net.bytebuddy.utility with parameters of type TypeList.Generic Constructor Description JavaType(java.lang.String typeName, int modifiers, TypeDescription.Generic superClass, TypeList.Generic interfaces)Creates a new java type representation.
-