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. -
-
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.Resolver. apply(TypeDescription instrumentedType, ByteCodeElement target, TypeList.Generic arguments, TypeDescription.Generic result)Applies this resolver.StackManipulationMemberSubstitution.Substitution.Resolver.FieldAccessing. apply(TypeDescription instrumentedType, ByteCodeElement target, TypeList.Generic arguments, TypeDescription.Generic result)StackManipulationMemberSubstitution.Substitution.Resolver.MethodInvoking. apply(TypeDescription instrumentedType, ByteCodeElement target, TypeList.Generic arguments, TypeDescription.Generic result)StackManipulationMemberSubstitution.Substitution.Resolver.Stubbing. apply(TypeDescription instrumentedType, ByteCodeElement target, TypeList.Generic arguments, TypeDescription.Generic result)StackManipulationMemberSubstitution.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.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()TypeList.GenericParameterList. asTypeList()Transforms this list of parameters into a list of the types of the represented parameters.TypeList.GenericParameterList.Empty. asTypeList()TypeList.GenericMethodDescription.ForLoadedConstructor. getExceptionTypes()TypeList.GenericMethodDescription.ForLoadedMethod. getExceptionTypes()TypeList.GenericMethodDescription. getExceptionTypes()Returns the exception types of the described method.TypeList.GenericMethodDescription.Latent. getExceptionTypes()TypeList.GenericMethodDescription.Latent.TypeInitializer. getExceptionTypes()TypeList.GenericMethodDescription.Token. getExceptionTypes()Returns the exception types of the represented method.TypeList.GenericMethodDescription.TypeSubstituting. getExceptionTypes()TypeList.GenericMethodDescription.ForLoadedConstructor. getTypeVariables()TypeList.GenericMethodDescription.ForLoadedMethod. getTypeVariables()TypeList.GenericMethodDescription.Latent. getTypeVariables()TypeList.GenericMethodDescription.Latent.TypeInitializer. getTypeVariables()TypeList.GenericMethodDescription.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 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.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)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)TypeList.GenericTypeList.Generic.AbstractBase. asRawTypes()TypeList.GenericTypeList.Generic. asRawTypes()Returns a list of the generic types' raw types.TypeList.GenericTypeList.Generic.Empty. asRawTypes()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()TypeList.GenericTypeDescription.ArrayProjection. getInterfaces()TypeList.GenericTypeDescription.ForLoadedType. getInterfaces()TypeList.GenericTypeDescription.ForPackageDescription. getInterfaces()TypeList.GenericTypeDescription.Generic.LazyProjection.WithEagerNavigation. getInterfaces()TypeList.GenericTypeDescription.Generic.LazyProjection.WithLazyNavigation. getInterfaces()TypeList.GenericTypeDescription.Generic.OfGenericArray. getInterfaces()TypeList.GenericTypeDescription.Generic.OfNonGenericType.ForReifiedErasure. getInterfaces()TypeList.GenericTypeDescription.Generic.OfNonGenericType. getInterfaces()TypeList.GenericTypeDescription.Generic.OfParameterizedType.ForReifiedType. getInterfaces()TypeList.GenericTypeDescription.Generic.OfParameterizedType. getInterfaces()TypeList.GenericTypeDescription.Generic.OfTypeVariable. getInterfaces()TypeList.GenericTypeDescription.Generic.OfTypeVariable.Symbolic. getInterfaces()TypeList.GenericTypeDescription.Generic.OfWildcardType. getInterfaces()TypeList.GenericTypeDescription.Latent. getInterfaces()TypeList.GenericTypeDescription.SuperTypeLoading.ClassLoadingTypeProjection. getInterfaces()TypeList.GenericTypeDescription.SuperTypeLoading. getInterfaces()TypeList.GenericTypeDescription.Generic. getLowerBounds()Returns the lower bounds of this type.TypeList.GenericTypeDescription.Generic.LazyProjection. getLowerBounds()TypeList.GenericTypeDescription.Generic.OfGenericArray. getLowerBounds()TypeList.GenericTypeDescription.Generic.OfNonGenericType. getLowerBounds()TypeList.GenericTypeDescription.Generic.OfParameterizedType. getLowerBounds()TypeList.GenericTypeDescription.Generic.OfTypeVariable. getLowerBounds()TypeList.GenericTypeDescription.Generic.OfTypeVariable.Symbolic. getLowerBounds()TypeList.GenericTypeDescription.Generic.OfWildcardType.ForLoadedType. getLowerBounds()TypeList.GenericTypeDescription.Generic.OfWildcardType.Latent. getLowerBounds()TypeList.GenericTypeDescription.Generic. getTypeArguments()Returns the type arguments of this type.TypeList.GenericTypeDescription.Generic.LazyProjection. getTypeArguments()TypeList.GenericTypeDescription.Generic.OfGenericArray. getTypeArguments()TypeList.GenericTypeDescription.Generic.OfNonGenericType. getTypeArguments()TypeList.GenericTypeDescription.Generic.OfParameterizedType.ForGenerifiedErasure. getTypeArguments()TypeList.GenericTypeDescription.Generic.OfParameterizedType.ForLoadedType. getTypeArguments()TypeList.GenericTypeDescription.Generic.OfParameterizedType.ForReifiedType. getTypeArguments()TypeList.GenericTypeDescription.Generic.OfParameterizedType.Latent. getTypeArguments()TypeList.GenericTypeDescription.Generic.OfTypeVariable. getTypeArguments()TypeList.GenericTypeDescription.Generic.OfTypeVariable.Symbolic. getTypeArguments()TypeList.GenericTypeDescription.Generic.OfWildcardType. getTypeArguments()TypeList.GenericTypeDescription.AbstractBase.OfSimpleType.WithDelegation. getTypeVariables()TypeList.GenericTypeDescription.ArrayProjection. getTypeVariables()TypeList.GenericTypeDescription.ForLoadedType. getTypeVariables()TypeList.GenericTypeDescription.ForPackageDescription. getTypeVariables()TypeList.GenericTypeDescription.Latent. getTypeVariables()TypeList.GenericTypeDescription.SuperTypeLoading. getTypeVariables()TypeList.GenericTypeDescription.Generic. getUpperBounds()Returns the upper bounds of this type.TypeList.GenericTypeDescription.Generic.LazyProjection. getUpperBounds()TypeList.GenericTypeDescription.Generic.OfGenericArray. getUpperBounds()TypeList.GenericTypeDescription.Generic.OfNonGenericType. getUpperBounds()TypeList.GenericTypeDescription.Generic.OfParameterizedType. getUpperBounds()TypeList.GenericTypeDescription.Generic.OfTypeVariable.ForLoadedType. getUpperBounds()TypeList.GenericTypeDescription.Generic.OfTypeVariable.Symbolic. getUpperBounds()TypeList.GenericTypeDescription.Generic.OfTypeVariable.WithAnnotationOverlay. getUpperBounds()TypeList.GenericTypeDescription.Generic.OfWildcardType.ForLoadedType. getUpperBounds()TypeList.GenericTypeDescription.Generic.OfWildcardType.Latent. getUpperBounds()TypeList.GenericTypeDescription.Generic.Visitor.AnnotationStripper.NonAnnotatedTypeVariable. getUpperBounds()TypeList.GenericTypeDescription.Generic.Visitor.Substitutor.ForTypeVariableBinding.RetainedMethodTypeVariable. getUpperBounds()TypeList.GenericTypeList.Generic.ForDetachedTypes.OfTypeVariables.AttachedTypeVariable. getUpperBounds()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
Methods in net.bytebuddy.dynamic that return TypeList.Generic Modifier and Type Method Description TypeList.GenericTransformer.ForMethod.TransformedMethod. getExceptionTypes()TypeList.GenericTransformer.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.GenericTypeWriter.MethodPool.Record.AccessBridgeWrapper.AccessorBridge. getExceptionTypes()TypeList.GenericTypeWriter.MethodPool.Record.AccessBridgeWrapper.BridgeTarget. getExceptionTypes()TypeList.GenericTypeWriter.MethodPool.Record.ForDefinedMethod.OfVisibilityBridge.VisibilityBridge. getExceptionTypes()TypeList.GenericInstrumentedType.Default. getInterfaces()TypeList.GenericInstrumentedType.Frozen. getInterfaces()TypeList.GenericInstrumentedType.Default. getTypeVariables()TypeList.GenericInstrumentedType.Frozen. getTypeVariables()TypeList.GenericTypeWriter.MethodPool.Record.AccessBridgeWrapper.AccessorBridge. getTypeVariables()TypeList.GenericTypeWriter.MethodPool.Record.AccessBridgeWrapper.BridgeTarget. getTypeVariables()TypeList.GenericTypeWriter.MethodPool.Record.ForDefinedMethod.OfVisibilityBridge.VisibilityBridge. getTypeVariables()Methods in net.bytebuddy.dynamic.scaffold with parameters of type TypeList.Generic Modifier and Type Method Description InstrumentedType.WithFlexibleNameInstrumentedType.Default. withInterfaces(TypeList.Generic interfaceTypes)InstrumentedType.WithFlexibleNameInstrumentedType.Frozen. withInterfaces(TypeList.Generic interfaceTypes)InstrumentedType.WithFlexibleNameInstrumentedType.WithFlexibleName. withInterfaces(TypeList.Generic interfaceTypes)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()TypeList.GenericMethodRebaseResolver.Resolution.ForRebasedMethod.RebasedMethod. getExceptionTypes()TypeList.GenericMethodRebaseResolver.Resolution.ForRebasedConstructor.RebasedConstructor. getTypeVariables()TypeList.GenericMethodRebaseResolver.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.GenericImplementation.Context.Default.AccessorMethod. getExceptionTypes()TypeList.GenericImplementation.Context.Default.FieldGetter. getExceptionTypes()TypeList.GenericImplementation.Context.Default.FieldSetter. getExceptionTypes()TypeList.GenericImplementation.Context.Default.AccessorMethod. getTypeVariables()TypeList.GenericImplementation.Context.Default.FieldGetter. getTypeVariables()TypeList.GenericImplementation.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 classTypePool.Default.LazyTypeDescription.GenericTypeToken.ForTypeVariable.Formal.LazyTypeVariable.LazyBoundTokenListA list representing a formal type variable's bounds.static classTypePool.Default.LazyTypeDescription.GenericTypeToken.LazyTokenListA lazy list of type tokens.protected static classTypePool.Default.LazyTypeDescription.GenericTypeToken.LazyTokenList.ForWildcardBoundA generic type description representing a tokenized wildcard bound.protected static classTypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.Raw.RawAnnotatedType.LazyRawAnnotatedTypeListA generic type list representing raw types.Methods in net.bytebuddy.pool that return TypeList.Generic Modifier and Type Method Description TypeList.GenericTypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.Raw.RawAnnotatedType.LazyRawAnnotatedTypeList. asRawTypes()TypeList.GenericTypePool.Default.LazyTypeDescription. getInterfaces()TypeList.GenericTypePool.Default.LazyTypeDescription.GenericTypeToken.ForLowerBoundWildcard.LazyLowerBoundWildcard. getLowerBounds()TypeList.GenericTypePool.Default.LazyTypeDescription.GenericTypeToken.ForUnboundWildcard.LazyUnboundWildcard. getLowerBounds()TypeList.GenericTypePool.Default.LazyTypeDescription.GenericTypeToken.ForUpperBoundWildcard.LazyUpperBoundWildcard. getLowerBounds()TypeList.GenericTypePool.Default.LazyTypeDescription.GenericTypeToken.ForParameterizedType.LazyParameterizedType. getTypeArguments()TypeList.GenericTypePool.Default.LazyTypeDescription.GenericTypeToken.ForParameterizedType.Nested.LazyParameterizedType. getTypeArguments()TypeList.GenericTypePool.Default.LazyTypeDescription. getTypeVariables()TypeList.GenericTypePool.Default.LazyTypeDescription.GenericTypeToken.ForLowerBoundWildcard.LazyLowerBoundWildcard. getUpperBounds()TypeList.GenericTypePool.Default.LazyTypeDescription.GenericTypeToken.ForTypeVariable.AnnotatedTypeVariable. getUpperBounds()TypeList.GenericTypePool.Default.LazyTypeDescription.GenericTypeToken.ForTypeVariable.Formal.LazyTypeVariable. getUpperBounds()TypeList.GenericTypePool.Default.LazyTypeDescription.GenericTypeToken.ForTypeVariable.UnresolvedTypeVariable. getUpperBounds()TypeList.GenericTypePool.Default.LazyTypeDescription.GenericTypeToken.ForUnboundWildcard.LazyUnboundWildcard. getUpperBounds()TypeList.GenericTypePool.Default.LazyTypeDescription.GenericTypeToken.ForUpperBoundWildcard.LazyUpperBoundWildcard. getUpperBounds()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)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)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)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)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)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)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)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)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)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)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)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)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)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.
-