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 aDynamicType
by 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 creatingTypeDescription
s without loading any classes. -
-
Uses of TypeList.Generic in net.bytebuddy.asm
Methods in net.bytebuddy.asm with parameters of type TypeList.Generic Modifier and Type Method Description StackManipulation
MemberSubstitution.Substitution.Resolver. apply(TypeDescription instrumentedType, ByteCodeElement target, TypeList.Generic arguments, TypeDescription.Generic result)
Applies this resolver.StackManipulation
MemberSubstitution.Substitution.Resolver.FieldAccessing. apply(TypeDescription instrumentedType, ByteCodeElement target, TypeList.Generic arguments, TypeDescription.Generic result)
StackManipulation
MemberSubstitution.Substitution.Resolver.MethodInvoking. apply(TypeDescription instrumentedType, ByteCodeElement target, TypeList.Generic arguments, TypeDescription.Generic result)
StackManipulation
MemberSubstitution.Substitution.Resolver.Stubbing. apply(TypeDescription instrumentedType, ByteCodeElement target, TypeList.Generic arguments, TypeDescription.Generic result)
StackManipulation
MemberSubstitution.Substitution.Resolver.Unresolved. apply(TypeDescription instrumentedType, ByteCodeElement target, TypeList.Generic arguments, TypeDescription.Generic result)
-
Uses of TypeList.Generic in net.bytebuddy.description
Methods in net.bytebuddy.description that return TypeList.Generic Modifier and Type Method Description TypeList.Generic
TypeVariableSource. 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.Generic
ParameterList.AbstractBase. asTypeList()
TypeList.Generic
ParameterList. asTypeList()
Transforms this list of parameters into a list of the types of the represented parameters.TypeList.Generic
ParameterList.Empty. asTypeList()
TypeList.Generic
MethodDescription.ForLoadedConstructor. getExceptionTypes()
TypeList.Generic
MethodDescription.ForLoadedMethod. getExceptionTypes()
TypeList.Generic
MethodDescription. getExceptionTypes()
Returns the exception types of the described method.TypeList.Generic
MethodDescription.Latent. getExceptionTypes()
TypeList.Generic
MethodDescription.Latent.TypeInitializer. getExceptionTypes()
TypeList.Generic
MethodDescription.Token. getExceptionTypes()
Returns the exception types of the represented method.TypeList.Generic
MethodDescription.TypeSubstituting. getExceptionTypes()
TypeList.Generic
MethodDescription.ForLoadedConstructor. getTypeVariables()
TypeList.Generic
MethodDescription.ForLoadedMethod. getTypeVariables()
TypeList.Generic
MethodDescription.Latent. getTypeVariables()
TypeList.Generic
MethodDescription.Latent.TypeInitializer. getTypeVariables()
TypeList.Generic
MethodDescription.TypeSubstituting. getTypeVariables()
-
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 class
TypeDescription.Generic.LazyProjection.WithLazyNavigation.LazyInterfaceList
A lazy representation of a lazy projection's interfaces.protected static class
TypeDescription.Generic.OfParameterizedType.ForLoadedType.ParameterArgumentTypeList
A type list that represents a loaded parameterized type's parameter types.protected static class
TypeDescription.Generic.OfTypeVariable.ForLoadedType.TypeVariableBoundList
A list of type variable bounds for a loadedTypeVariable
that resolves annotations..protected static class
TypeDescription.Generic.OfWildcardType.ForLoadedType.WildcardLowerBoundTypeList
A type list representing an upper-bound type variable's bound types.protected static class
TypeDescription.Generic.OfWildcardType.ForLoadedType.WildcardUpperBoundTypeList
A type list representing an upper-bound type variable's bound types.protected static class
TypeDescription.SuperTypeLoading.ClassLoadingTypeList
A type list that attempts loading any type.static class
TypeList.Generic.AbstractBase
An abstract base implementation of a generic type list.static class
TypeList.Generic.Empty
An empty list of generic types.static class
TypeList.Generic.Explicit
An explicit list of generic types.static class
TypeList.Generic.ForDetachedTypes
A list of detached types that are attached on reception.static class
TypeList.Generic.ForDetachedTypes.OfTypeVariables
A list of attached type variables represented by a list of type variable tokens.static class
TypeList.Generic.ForDetachedTypes.WithResolvedErasure
A list of detached types that are attached on reception but not when computing an erasure.static class
TypeList.Generic.ForLoadedTypes
A list of loaded generic types.static class
TypeList.Generic.ForLoadedTypes.OfTypeVariables
A type list that represents loaded type variables.static class
TypeList.Generic.OfConstructorExceptionTypes
A lazy projection of a constructor's exception types.static class
TypeList.Generic.OfLoadedInterfaceTypes
A lazy projection of a type's generic interface types.static class
TypeList.Generic.OfMethodExceptionTypes
A 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.Generic
TypeDescription. ARRAY_INTERFACES
A list of interfaces that are implicitly implemented by any array type.Methods in net.bytebuddy.description.type that return TypeList.Generic Modifier and Type Method Description TypeList.Generic
TypeList.Generic.AbstractBase. accept(TypeDescription.Generic.Visitor<? extends TypeDescription.Generic> visitor)
TypeList.Generic
TypeList.Generic. accept(TypeDescription.Generic.Visitor<? extends TypeDescription.Generic> visitor)
Transforms the generic types by applying the supplied visitor to each of them.TypeList.Generic
TypeList.Generic.Empty. accept(TypeDescription.Generic.Visitor<? extends TypeDescription.Generic> visitor)
TypeList.Generic
TypeList.Generic.AbstractBase. asRawTypes()
TypeList.Generic
TypeList.Generic. asRawTypes()
Returns a list of the generic types' raw types.TypeList.Generic
TypeList.Generic.Empty. asRawTypes()
static TypeList.Generic
TypeList.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.Generic
TypeList.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.Generic
TypeList.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.Generic
TypeList.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.Generic
TypeList.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.Generic
TypeVariableToken. getBounds()
Returns the type variable's upper bounds.TypeList.Generic
TypeDefinition. getInterfaces()
Returns the interfaces that this type implements.TypeList.Generic
TypeDescription.AbstractBase.OfSimpleType.WithDelegation. getInterfaces()
TypeList.Generic
TypeDescription.ArrayProjection. getInterfaces()
TypeList.Generic
TypeDescription.ForLoadedType. getInterfaces()
TypeList.Generic
TypeDescription.ForPackageDescription. getInterfaces()
TypeList.Generic
TypeDescription.Generic.LazyProjection.WithEagerNavigation. getInterfaces()
TypeList.Generic
TypeDescription.Generic.LazyProjection.WithLazyNavigation. getInterfaces()
TypeList.Generic
TypeDescription.Generic.OfGenericArray. getInterfaces()
TypeList.Generic
TypeDescription.Generic.OfNonGenericType.ForReifiedErasure. getInterfaces()
TypeList.Generic
TypeDescription.Generic.OfNonGenericType. getInterfaces()
TypeList.Generic
TypeDescription.Generic.OfParameterizedType.ForReifiedType. getInterfaces()
TypeList.Generic
TypeDescription.Generic.OfParameterizedType. getInterfaces()
TypeList.Generic
TypeDescription.Generic.OfTypeVariable. getInterfaces()
TypeList.Generic
TypeDescription.Generic.OfTypeVariable.Symbolic. getInterfaces()
TypeList.Generic
TypeDescription.Generic.OfWildcardType. getInterfaces()
TypeList.Generic
TypeDescription.Latent. getInterfaces()
TypeList.Generic
TypeDescription.SuperTypeLoading.ClassLoadingTypeProjection. getInterfaces()
TypeList.Generic
TypeDescription.SuperTypeLoading. getInterfaces()
TypeList.Generic
TypeDescription.Generic. getLowerBounds()
Returns the lower bounds of this type.TypeList.Generic
TypeDescription.Generic.LazyProjection. getLowerBounds()
TypeList.Generic
TypeDescription.Generic.OfGenericArray. getLowerBounds()
TypeList.Generic
TypeDescription.Generic.OfNonGenericType. getLowerBounds()
TypeList.Generic
TypeDescription.Generic.OfParameterizedType. getLowerBounds()
TypeList.Generic
TypeDescription.Generic.OfTypeVariable. getLowerBounds()
TypeList.Generic
TypeDescription.Generic.OfTypeVariable.Symbolic. getLowerBounds()
TypeList.Generic
TypeDescription.Generic.OfWildcardType.ForLoadedType. getLowerBounds()
TypeList.Generic
TypeDescription.Generic.OfWildcardType.Latent. getLowerBounds()
TypeList.Generic
TypeDescription.Generic. getTypeArguments()
Returns the type arguments of this type.TypeList.Generic
TypeDescription.Generic.LazyProjection. getTypeArguments()
TypeList.Generic
TypeDescription.Generic.OfGenericArray. getTypeArguments()
TypeList.Generic
TypeDescription.Generic.OfNonGenericType. getTypeArguments()
TypeList.Generic
TypeDescription.Generic.OfParameterizedType.ForGenerifiedErasure. getTypeArguments()
TypeList.Generic
TypeDescription.Generic.OfParameterizedType.ForLoadedType. getTypeArguments()
TypeList.Generic
TypeDescription.Generic.OfParameterizedType.ForReifiedType. getTypeArguments()
TypeList.Generic
TypeDescription.Generic.OfParameterizedType.Latent. getTypeArguments()
TypeList.Generic
TypeDescription.Generic.OfTypeVariable. getTypeArguments()
TypeList.Generic
TypeDescription.Generic.OfTypeVariable.Symbolic. getTypeArguments()
TypeList.Generic
TypeDescription.Generic.OfWildcardType. getTypeArguments()
TypeList.Generic
TypeDescription.AbstractBase.OfSimpleType.WithDelegation. getTypeVariables()
TypeList.Generic
TypeDescription.ArrayProjection. getTypeVariables()
TypeList.Generic
TypeDescription.ForLoadedType. getTypeVariables()
TypeList.Generic
TypeDescription.ForPackageDescription. getTypeVariables()
TypeList.Generic
TypeDescription.Latent. getTypeVariables()
TypeList.Generic
TypeDescription.SuperTypeLoading. getTypeVariables()
TypeList.Generic
TypeDescription.Generic. getUpperBounds()
Returns the upper bounds of this type.TypeList.Generic
TypeDescription.Generic.LazyProjection. getUpperBounds()
TypeList.Generic
TypeDescription.Generic.OfGenericArray. getUpperBounds()
TypeList.Generic
TypeDescription.Generic.OfNonGenericType. getUpperBounds()
TypeList.Generic
TypeDescription.Generic.OfParameterizedType. getUpperBounds()
TypeList.Generic
TypeDescription.Generic.OfTypeVariable.ForLoadedType. getUpperBounds()
TypeList.Generic
TypeDescription.Generic.OfTypeVariable.Symbolic. getUpperBounds()
TypeList.Generic
TypeDescription.Generic.OfTypeVariable.WithAnnotationOverlay. getUpperBounds()
TypeList.Generic
TypeDescription.Generic.OfWildcardType.ForLoadedType. getUpperBounds()
TypeList.Generic
TypeDescription.Generic.OfWildcardType.Latent. getUpperBounds()
TypeList.Generic
TypeDescription.Generic.Visitor.AnnotationStripper.NonAnnotatedTypeVariable. getUpperBounds()
TypeList.Generic
TypeDescription.Generic.Visitor.Substitutor.ForTypeVariableBinding.RetainedMethodTypeVariable. getUpperBounds()
TypeList.Generic
TypeList.Generic.ForDetachedTypes.OfTypeVariables.AttachedTypeVariable. getUpperBounds()
protected static TypeList.Generic
TypeDescription.Generic.LazyProjection.WithLazyNavigation.LazyInterfaceList. of(TypeDescription.Generic.LazyProjection delegate)
Resolves a lazy interface list.static TypeList.Generic
TypeList.Generic.ForLoadedTypes.OfTypeVariables. of(java.lang.reflect.GenericDeclaration genericDeclaration)
Creates a list of the type variables of the supplied generic declaration.protected TypeList.Generic
TypeList.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
Methods in net.bytebuddy.dynamic that return TypeList.Generic Modifier and Type Method Description TypeList.Generic
Transformer.ForMethod.TransformedMethod. getExceptionTypes()
TypeList.Generic
Transformer.ForMethod.TransformedMethod. getTypeVariables()
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.Generic
TypeWriter.MethodPool.Record.AccessBridgeWrapper.AccessorBridge. getExceptionTypes()
TypeList.Generic
TypeWriter.MethodPool.Record.AccessBridgeWrapper.BridgeTarget. getExceptionTypes()
TypeList.Generic
TypeWriter.MethodPool.Record.ForDefinedMethod.OfVisibilityBridge.VisibilityBridge. getExceptionTypes()
TypeList.Generic
InstrumentedType.Default. getInterfaces()
TypeList.Generic
InstrumentedType.Frozen. getInterfaces()
TypeList.Generic
InstrumentedType.Default. getTypeVariables()
TypeList.Generic
InstrumentedType.Frozen. getTypeVariables()
TypeList.Generic
TypeWriter.MethodPool.Record.AccessBridgeWrapper.AccessorBridge. getTypeVariables()
TypeList.Generic
TypeWriter.MethodPool.Record.AccessBridgeWrapper.BridgeTarget. getTypeVariables()
TypeList.Generic
TypeWriter.MethodPool.Record.ForDefinedMethod.OfVisibilityBridge.VisibilityBridge. getTypeVariables()
Methods in net.bytebuddy.dynamic.scaffold with parameters of type TypeList.Generic Modifier and Type Method Description InstrumentedType.WithFlexibleName
InstrumentedType.Default. withInterfaces(TypeList.Generic interfaceTypes)
InstrumentedType.WithFlexibleName
InstrumentedType.Frozen. withInterfaces(TypeList.Generic interfaceTypes)
InstrumentedType.WithFlexibleName
InstrumentedType.WithFlexibleName. withInterfaces(TypeList.Generic interfaceTypes)
InstrumentedType
InstrumentedType. 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.Generic
MethodRebaseResolver.Resolution.ForRebasedConstructor.RebasedConstructor. getExceptionTypes()
TypeList.Generic
MethodRebaseResolver.Resolution.ForRebasedMethod.RebasedMethod. getExceptionTypes()
TypeList.Generic
MethodRebaseResolver.Resolution.ForRebasedConstructor.RebasedConstructor. getTypeVariables()
TypeList.Generic
MethodRebaseResolver.Resolution.ForRebasedMethod.RebasedMethod. getTypeVariables()
-
Uses of TypeList.Generic in net.bytebuddy.implementation
Methods in net.bytebuddy.implementation that return TypeList.Generic Modifier and Type Method Description TypeList.Generic
Implementation.Context.Default.AccessorMethod. getExceptionTypes()
TypeList.Generic
Implementation.Context.Default.FieldGetter. getExceptionTypes()
TypeList.Generic
Implementation.Context.Default.FieldSetter. getExceptionTypes()
TypeList.Generic
Implementation.Context.Default.AccessorMethod. getTypeVariables()
TypeList.Generic
Implementation.Context.Default.FieldGetter. getTypeVariables()
TypeList.Generic
Implementation.Context.Default.FieldSetter. getTypeVariables()
-
Uses of TypeList.Generic in net.bytebuddy.matcher
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
Classes in net.bytebuddy.pool that implement TypeList.Generic Modifier and Type Class Description protected static class
TypePool.Default.LazyTypeDescription.GenericTypeToken.ForTypeVariable.Formal.LazyTypeVariable.LazyBoundTokenList
A list representing a formal type variable's bounds.static class
TypePool.Default.LazyTypeDescription.GenericTypeToken.LazyTokenList
A lazy list of type tokens.protected static class
TypePool.Default.LazyTypeDescription.GenericTypeToken.LazyTokenList.ForWildcardBound
A generic type description representing a tokenized wildcard bound.protected static class
TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.Raw.RawAnnotatedType.LazyRawAnnotatedTypeList
A generic type list representing raw types.Methods in net.bytebuddy.pool that return TypeList.Generic Modifier and Type Method Description TypeList.Generic
TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.Raw.RawAnnotatedType.LazyRawAnnotatedTypeList. asRawTypes()
TypeList.Generic
TypePool.Default.LazyTypeDescription. getInterfaces()
TypeList.Generic
TypePool.Default.LazyTypeDescription.GenericTypeToken.ForLowerBoundWildcard.LazyLowerBoundWildcard. getLowerBounds()
TypeList.Generic
TypePool.Default.LazyTypeDescription.GenericTypeToken.ForUnboundWildcard.LazyUnboundWildcard. getLowerBounds()
TypeList.Generic
TypePool.Default.LazyTypeDescription.GenericTypeToken.ForUpperBoundWildcard.LazyUpperBoundWildcard. getLowerBounds()
TypeList.Generic
TypePool.Default.LazyTypeDescription.GenericTypeToken.ForParameterizedType.LazyParameterizedType. getTypeArguments()
TypeList.Generic
TypePool.Default.LazyTypeDescription.GenericTypeToken.ForParameterizedType.Nested.LazyParameterizedType. getTypeArguments()
TypeList.Generic
TypePool.Default.LazyTypeDescription. getTypeVariables()
TypeList.Generic
TypePool.Default.LazyTypeDescription.GenericTypeToken.ForLowerBoundWildcard.LazyLowerBoundWildcard. getUpperBounds()
TypeList.Generic
TypePool.Default.LazyTypeDescription.GenericTypeToken.ForTypeVariable.AnnotatedTypeVariable. getUpperBounds()
TypeList.Generic
TypePool.Default.LazyTypeDescription.GenericTypeToken.ForTypeVariable.Formal.LazyTypeVariable. getUpperBounds()
TypeList.Generic
TypePool.Default.LazyTypeDescription.GenericTypeToken.ForTypeVariable.UnresolvedTypeVariable. getUpperBounds()
TypeList.Generic
TypePool.Default.LazyTypeDescription.GenericTypeToken.ForUnboundWildcard.LazyUnboundWildcard. getUpperBounds()
TypeList.Generic
TypePool.Default.LazyTypeDescription.GenericTypeToken.ForUpperBoundWildcard.LazyUpperBoundWildcard. getUpperBounds()
protected static TypeList.Generic
TypePool.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.Generic
TypePool.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.Generic
TypePool.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)
TypeList.Generic
TypePool.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)
TypeList.Generic
TypePool.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)
TypeList.Generic
TypePool.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.Generic
TypePool.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)
TypeList.Generic
TypePool.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)
TypeList.Generic
TypePool.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)
TypeList.Generic
TypePool.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.Generic
TypePool.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)
TypeList.Generic
TypePool.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)
TypeList.Generic
TypePool.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)
TypeList.Generic
TypePool.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)
TypeList.Generic
TypePool.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)
TypeList.Generic
TypePool.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)
TypeList.Generic
TypePool.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)
TypeList.Generic
TypePool.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.
-