Uses of Interface
net.bytebuddy.pool.TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.ForMethod
Package
Description
Classes of this package allow for the creating
TypeDescription
s without
loading any classes.-
Uses of TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.ForMethod in net.bytebuddy.pool
Classes in net.bytebuddy.pool that implement TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.ForMethodModifier and TypeClassDescriptionstatic class
An implementation of a tokenized resolution of generic types of aMethodDescription
.static enum
A resolution of a type's, method's or field's generic types if its generic signature is malformed.static enum
A resolution of a type's, method's or field's generic types if all of the represented element's are raw.Fields in net.bytebuddy.pool declared as TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.ForMethodModifier and TypeFieldDescriptionTypePool.Default.LazyTypeDescription.LazyMethodDescription.signatureResolution
The generic type token of this method.TypePool.Default.LazyTypeDescription.MethodToken.signatureResolution
The generic type resolution of this method.Methods in net.bytebuddy.pool that return TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.ForMethodModifier and TypeMethodDescriptionExtracts a generic method resolution of a method signature.TypePool.Default.GenericTypeExtractor.ForSignature.OfMethod.resolve()
Completes the current resolution.Constructors in net.bytebuddy.pool with parameters of type TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.ForMethodModifierConstructorDescriptionprivate
LazyMethodDescription
(String internalName, int modifiers, String descriptor, String genericSignature, TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.ForMethod signatureResolution, String[] exceptionTypeInternalName, Map<Integer, Map<String, List<TypePool.Default.LazyTypeDescription.AnnotationToken>>> typeVariableAnnotationTokens, Map<Integer, Map<Integer, Map<String, List<TypePool.Default.LazyTypeDescription.AnnotationToken>>>> typeVariableBoundAnnotationTokens, Map<String, List<TypePool.Default.LazyTypeDescription.AnnotationToken>> returnTypeAnnotationTokens, Map<Integer, Map<String, List<TypePool.Default.LazyTypeDescription.AnnotationToken>>> parameterTypeAnnotationTokens, Map<Integer, Map<String, List<TypePool.Default.LazyTypeDescription.AnnotationToken>>> exceptionTypeAnnotationTokens, Map<String, List<TypePool.Default.LazyTypeDescription.AnnotationToken>> receiverTypeAnnotationTokens, List<TypePool.Default.LazyTypeDescription.AnnotationToken> annotationTokens, Map<Integer, List<TypePool.Default.LazyTypeDescription.AnnotationToken>> parameterAnnotationTokens, List<TypePool.Default.LazyTypeDescription.MethodToken.ParameterToken> parameterTokens, AnnotationValue<?, ?> defaultValue) Creates a new lazy method description.