Uses of Interface
net.bytebuddy.description.method.MethodDescription.InDefinedShape
-
Packages that use MethodDescription.InDefinedShape Package Description net.bytebuddy.agent.builder An agent builder is used to easily implement load-time class-transformations using a Java agent.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.annotation Contains descriptions of annotations and annotation values.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.implementation.attribute All types and classes in this package are responsible for writing attributes for a given Java byte code element, i.e.net.bytebuddy.implementation.auxiliary Auxiliary types describe helper types that aid as a supplementary to a givenInstrumentedType.net.bytebuddy.implementation.bind.annotation This package contains annotations, types and classes that are responsible for binding a method to calling another method by interpreting annotations that indicate how a method should be bound to another method.net.bytebuddy.implementation.bytecode.constant StackManipulations in this package are responsible for creating compile-time constants and pushing them onto the operand stack.net.bytebuddy.implementation.bytecode.member StackManipulations of this package are responsible for accessing type or method members, i.e.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 MethodDescription.InDefinedShape in net.bytebuddy.agent.builder
Fields in net.bytebuddy.agent.builder declared as MethodDescription.InDefinedShape Modifier and Type Field Description private MethodDescription.InDefinedShapeAgentBuilder.LambdaInstrumentationStrategy.LambdaInstanceFactory.ConstructorImplementation. objectConstructorA reference to theObjectclass's default executing transformer. -
Uses of MethodDescription.InDefinedShape in net.bytebuddy.asm
Fields in net.bytebuddy.asm declared as MethodDescription.InDefinedShape Modifier and Type Field Description protected MethodDescription.InDefinedShapeAdvice.Dispatcher.Delegating. adviceMethodThe advice method.protected MethodDescription.InDefinedShapeAdvice.Dispatcher.Delegating.Resolved.AdviceMethodWriter. adviceMethodThe advice method.protected MethodDescription.InDefinedShapeAdvice.Dispatcher.Inlining. adviceMethodThe advice method.protected MethodDescription.InDefinedShapeAdvice.Dispatcher.Inlining.CodeTranslationVisitor. adviceMethodThe advice method.protected MethodDescription.InDefinedShapeAdvice.Dispatcher.Resolved.AbstractBase. adviceMethodThe represented advice method.private MethodDescription.InDefinedShapeAdvice.MethodSizeHandler.Default.ForAdvice. adviceMethodThe advice method.protected MethodDescription.InDefinedShapeAdvice.StackMapFrameHandler.Default.ForAdvice. adviceMethodThe method description for which frames are translated.private static MethodDescription.InDefinedShapeAdvice. BACKUP_ARGUMENTSA reference to theAdvice.OnMethodExit.backupArguments()method.private MethodDescription.InDefinedShapeAdvice.Delegator.ForDynamicInvocation. bootstrapMethodThe bootstrap method.private static MethodDescription.InDefinedShapeAdvice.OffsetMapping.ForField. DECLARING_TYPETheAdvice.FieldValue.declaringType()} method.private static MethodDescription.InDefinedShapeAdvice. INLINE_ENTERA reference to theAdvice.OnMethodEnter.inline()method.private static MethodDescription.InDefinedShapeAdvice. INLINE_EXITA reference to theAdvice.OnMethodExit.inline()method.private static MethodDescription.InDefinedShapeAdvice. ON_THROWABLEA reference to theAdvice.OnMethodExit.onThrowable()method.private static MethodDescription.InDefinedShapeAdvice. PREPEND_LINE_NUMBERA reference to theAdvice.OnMethodEnter.prependLineNumber()method.private MethodDescription.InDefinedShapeAdvice.OffsetMapping.ForStackManipulation.OfAnnotationProperty. propertyThe annotation property.private static MethodDescription.InDefinedShapeAdvice.OffsetMapping.ForField. READ_ONLYTheAdvice.FieldValue.readOnly()} method.private static MethodDescription.InDefinedShapeAdvice. REPEAT_ONA reference to theAdvice.OnMethodExit.repeatOn()method.private static MethodDescription.InDefinedShapeAdvice. SKIP_ONA reference to theAdvice.OnMethodEnter.skipOn()method.private static MethodDescription.InDefinedShapeAdvice. SUPPRESS_ENTERA reference to theAdvice.OnMethodEnter.suppress()method.private static MethodDescription.InDefinedShapeAdvice. SUPPRESS_EXITA reference to theAdvice.OnMethodExit.suppress()method.private static MethodDescription.InDefinedShapeAdvice.OffsetMapping.ForField. TYPINGTheAdvice.FieldValue.typing()} method.private static MethodDescription.InDefinedShapeAdvice.OffsetMapping.ForField. VALUETheAdvice.FieldValue.value()method.Methods in net.bytebuddy.asm with parameters of type MethodDescription.InDefinedShape Modifier and Type Method Description voidAdvice.Delegator. apply(org.objectweb.asm.MethodVisitor methodVisitor, MethodDescription.InDefinedShape adviceMethod, TypeDescription instrumentedType, MethodDescription instrumentedMethod, boolean exit)Materializes an invocation.voidAdvice.Delegator.ForDynamicInvocation. apply(org.objectweb.asm.MethodVisitor methodVisitor, MethodDescription.InDefinedShape adviceMethod, TypeDescription instrumentedType, MethodDescription instrumentedMethod, boolean exit)Materializes an invocation.voidAdvice.Delegator.ForStaticInvocation. apply(org.objectweb.asm.MethodVisitor methodVisitor, MethodDescription.InDefinedShape adviceMethod, TypeDescription instrumentedType, MethodDescription instrumentedMethod, boolean exit)Materializes an invocation.Advice.MethodSizeHandler.ForAdviceAdvice.MethodSizeHandler.Default. bindEnter(MethodDescription.InDefinedShape adviceMethod)Binds a method size handler for the enter advice.Advice.MethodSizeHandler.ForAdviceAdvice.MethodSizeHandler.ForInstrumentedMethod. bindEnter(MethodDescription.InDefinedShape adviceMethod)Binds a method size handler for the enter advice.Advice.MethodSizeHandler.ForAdviceAdvice.MethodSizeHandler.NoOp. bindEnter(MethodDescription.InDefinedShape adviceMethod)Binds a method size handler for the enter advice.Advice.StackMapFrameHandler.ForAdviceAdvice.StackMapFrameHandler.Default. bindEnter(MethodDescription.InDefinedShape adviceMethod)Binds this meta data handler for the enter advice.Advice.StackMapFrameHandler.ForAdviceAdvice.StackMapFrameHandler.ForInstrumentedMethod. bindEnter(MethodDescription.InDefinedShape adviceMethod)Binds this meta data handler for the enter advice.Advice.StackMapFrameHandler.ForAdviceAdvice.StackMapFrameHandler.NoOp. bindEnter(MethodDescription.InDefinedShape adviceMethod)Binds this meta data handler for the enter advice.Advice.MethodSizeHandler.ForAdviceAdvice.MethodSizeHandler.Default.WithCopiedArguments. bindExit(MethodDescription.InDefinedShape adviceMethod)Binds the method size handler for the exit advice.Advice.MethodSizeHandler.ForAdviceAdvice.MethodSizeHandler.Default.WithRetainedArguments. bindExit(MethodDescription.InDefinedShape adviceMethod)Binds the method size handler for the exit advice.Advice.MethodSizeHandler.ForAdviceAdvice.MethodSizeHandler.ForInstrumentedMethod. bindExit(MethodDescription.InDefinedShape adviceMethod)Binds the method size handler for the exit advice.Advice.MethodSizeHandler.ForAdviceAdvice.MethodSizeHandler.NoOp. bindExit(MethodDescription.InDefinedShape adviceMethod)Binds the method size handler for the exit advice.Advice.StackMapFrameHandler.ForAdviceAdvice.StackMapFrameHandler.Default.Trivial. bindExit(MethodDescription.InDefinedShape adviceMethod)Binds this meta data handler for the exit advice.Advice.StackMapFrameHandler.ForAdviceAdvice.StackMapFrameHandler.Default.WithPreservedArguments. bindExit(MethodDescription.InDefinedShape adviceMethod)Binds this meta data handler for the exit advice.Advice.StackMapFrameHandler.ForAdviceAdvice.StackMapFrameHandler.ForInstrumentedMethod. bindExit(MethodDescription.InDefinedShape adviceMethod)Binds this meta data handler for the exit advice.Advice.StackMapFrameHandler.ForAdviceAdvice.StackMapFrameHandler.NoOp. bindExit(MethodDescription.InDefinedShape adviceMethod)Binds this meta data handler for the exit advice.Advice.WithCustomMappingAdvice.WithCustomMapping. bootstrap(MethodDescription.InDefinedShape bootstrap)Defines the supplied method or constructor as an dynamic invocation bootstrap target for delegating advice methods.private static Advice.Dispatcher.UnresolvedAdvice. locate(java.lang.Class<? extends java.lang.annotation.Annotation> type, MethodDescription.InDefinedShape property, Advice.Dispatcher.Unresolved dispatcher, MethodDescription.InDefinedShape methodDescription, Advice.Delegator delegator)Locates a dispatcher for the method if available.Advice.PostProcessorAdvice.PostProcessor.Factory.Compound. make(MethodDescription.InDefinedShape advice, boolean exit)Creates a post processor for a given advice method.Advice.PostProcessorAdvice.PostProcessor.Factory. make(MethodDescription.InDefinedShape advice, boolean exit)Creates a post processor for a given advice method.Advice.PostProcessorAdvice.PostProcessor.NoOp. make(MethodDescription.InDefinedShape advice, boolean exit)Creates a post processor for a given advice method.protected static Advice.DelegatorAdvice.Delegator.ForDynamicInvocation. of(MethodDescription.InDefinedShape bootstrapMethod)Creates a new dynamic invocation delegator.protected static Advice.Dispatcher.Resolved.ForMethodEnterAdvice.Dispatcher.Delegating.Resolved.ForMethodEnter. of(MethodDescription.InDefinedShape adviceMethod, Advice.PostProcessor postProcessor, Advice.Delegator delegator, java.util.List<? extends Advice.OffsetMapping.Factory<?>> userFactories, TypeDefinition exitType, boolean methodExit)Resolves enter advice that only exposes the enter type if this is necessary.protected static Advice.Dispatcher.Resolved.ForMethodExitAdvice.Dispatcher.Delegating.Resolved.ForMethodExit. of(MethodDescription.InDefinedShape adviceMethod, Advice.PostProcessor postProcessor, Advice.Delegator delegator, java.util.Map<java.lang.String,TypeDefinition> namedTypes, java.util.List<? extends Advice.OffsetMapping.Factory<?>> userFactories, TypeDefinition enterType)Resolves exit advice that handles exceptions depending on the specification of the exit advice.protected static Advice.Dispatcher.Resolved.ForMethodEnterAdvice.Dispatcher.Inlining.Resolved.ForMethodEnter. of(MethodDescription.InDefinedShape adviceMethod, Advice.PostProcessor postProcessor, java.util.Map<java.lang.String,TypeDefinition> namedTypes, java.util.List<? extends Advice.OffsetMapping.Factory<?>> userFactories, TypeDefinition exitType, org.objectweb.asm.ClassReader classReader, boolean methodExit)Resolves enter advice that only exposes the enter type if this is necessary.protected static Advice.Dispatcher.Resolved.ForMethodExitAdvice.Dispatcher.Inlining.Resolved.ForMethodExit. of(MethodDescription.InDefinedShape adviceMethod, Advice.PostProcessor postProcessor, java.util.Map<java.lang.String,TypeDefinition> namedTypes, java.util.List<? extends Advice.OffsetMapping.Factory<?>> userFactories, org.objectweb.asm.ClassReader classReader, TypeDefinition enterType)Resolves exit advice that handles exceptions depending on the specification of the exit advice.protected static Advice.OffsetMapping.Factory<?>Advice.OffsetMapping.ForThrowable.Factory. of(MethodDescription.InDefinedShape adviceMethod)Resolves an appropriate offset mapping factory for theAdvice.Thrownparameter annotation.static Advice.OffsetMapping.TargetAdvice.OffsetMapping.Target.ForStackManipulation. of(MethodDescription.InDefinedShape methodDescription)Creates a target for aMethodorConstructorconstant.Constructors in net.bytebuddy.asm with parameters of type MethodDescription.InDefinedShape Constructor Description AbstractBase(MethodDescription.InDefinedShape adviceMethod, Advice.PostProcessor postProcessor, java.util.List<? extends Advice.OffsetMapping.Factory<?>> factories, TypeDescription throwableType, TypeDescription relocatableType, Advice.OffsetMapping.Factory.AdviceType adviceType)Creates a new resolved version of a dispatcher.AdviceMethodWriter(MethodDescription.InDefinedShape adviceMethod, TypeDescription instrumentedType, MethodDescription instrumentedMethod, Assigner assigner, Advice.PostProcessor postProcessor, java.util.List<Advice.OffsetMapping.Target> offsetMappings, org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext, Advice.ArgumentHandler.ForAdvice argumentHandler, Advice.MethodSizeHandler.ForAdvice methodSizeHandler, Advice.StackMapFrameHandler.ForAdvice stackMapFrameHandler, Advice.Dispatcher.SuppressionHandler.Bound suppressionHandler, Advice.Dispatcher.RelocationHandler.Bound relocationHandler, Advice.Delegator delegator)Creates a new advice method writer.CodeTranslationVisitor(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext, Advice.ArgumentHandler.ForAdvice argumentHandler, Advice.MethodSizeHandler.ForAdvice methodSizeHandler, Advice.StackMapFrameHandler.ForAdvice stackMapFrameHandler, TypeDescription instrumentedType, MethodDescription instrumentedMethod, Assigner assigner, MethodDescription.InDefinedShape adviceMethod, java.util.Map<java.lang.Integer,Advice.OffsetMapping.Target> offsetMappings, Advice.Dispatcher.SuppressionHandler.Bound suppressionHandler, Advice.Dispatcher.RelocationHandler.Bound relocationHandler, Advice.PostProcessor postProcessor, boolean exit)Creates a new code translation visitor.Delegating(MethodDescription.InDefinedShape adviceMethod, Advice.Delegator delegator)Creates a new delegating advice dispatcher.ForAdvice(MethodDescription.InDefinedShape adviceMethod, int baseLocalVariableLength)Creates a default method size handler for an advice method.ForAdvice(MethodDescription.InDefinedShape adviceMethod, java.util.List<? extends TypeDescription> startTypes, java.util.List<? extends TypeDescription> endTypes, Advice.StackMapFrameHandler.Default.TranslationMode translationMode, Advice.StackMapFrameHandler.Default.Initialization initialization)Creates a new meta data handler for an advice method.ForDynamicInvocation(MethodDescription.InDefinedShape bootstrapMethod)Creates a delegator for a dynamic method invocation.ForMethodEnter(MethodDescription.InDefinedShape adviceMethod, TypeDescription instrumentedType, MethodDescription instrumentedMethod, Assigner assigner, Advice.PostProcessor postProcessor, java.util.List<Advice.OffsetMapping.Target> offsetMappings, org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext, Advice.ArgumentHandler.ForAdvice argumentHandler, Advice.MethodSizeHandler.ForAdvice methodSizeHandler, Advice.StackMapFrameHandler.ForAdvice stackMapFrameHandler, Advice.Dispatcher.SuppressionHandler.Bound suppressionHandler, Advice.Dispatcher.RelocationHandler.Bound relocationHandler, Advice.Delegator delegator)Creates a new advice method writer.ForMethodEnter(MethodDescription.InDefinedShape adviceMethod, Advice.PostProcessor postProcessor, java.util.List<? extends Advice.OffsetMapping.Factory<?>> userFactories, TypeDefinition exitType, Advice.Delegator delegator)Creates a new resolved dispatcher for implementing method enter advice.ForMethodEnter(MethodDescription.InDefinedShape adviceMethod, Advice.PostProcessor postProcessor, java.util.Map<java.lang.String,TypeDefinition> namedTypes, java.util.List<? extends Advice.OffsetMapping.Factory<?>> userFactories, TypeDefinition exitType, org.objectweb.asm.ClassReader classReader)Creates a new resolved dispatcher for implementing method enter advice.ForMethodExit(MethodDescription.InDefinedShape adviceMethod, TypeDescription instrumentedType, MethodDescription instrumentedMethod, Assigner assigner, Advice.PostProcessor postProcessor, java.util.List<Advice.OffsetMapping.Target> offsetMappings, org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext, Advice.ArgumentHandler.ForAdvice argumentHandler, Advice.MethodSizeHandler.ForAdvice methodSizeHandler, Advice.StackMapFrameHandler.ForAdvice stackMapFrameHandler, Advice.Dispatcher.SuppressionHandler.Bound suppressionHandler, Advice.Dispatcher.RelocationHandler.Bound relocationHandler, Advice.Delegator delegator)Creates a new advice method writer.ForMethodExit(MethodDescription.InDefinedShape adviceMethod, Advice.PostProcessor postProcessor, java.util.Map<java.lang.String,TypeDefinition> namedTypes, java.util.List<? extends Advice.OffsetMapping.Factory<?>> userFactories, TypeDefinition enterType, Advice.Delegator delegator)Creates a new resolved dispatcher for implementing method exit advice.ForMethodExit(MethodDescription.InDefinedShape adviceMethod, Advice.PostProcessor postProcessor, java.util.Map<java.lang.String,TypeDefinition> namedTypes, java.util.List<? extends Advice.OffsetMapping.Factory<?>> userFactories, org.objectweb.asm.ClassReader classReader, TypeDefinition enterType)Creates a new resolved dispatcher for implementing method exit advice.Inlining(MethodDescription.InDefinedShape adviceMethod)Creates a dispatcher for inlined advice method.OfAnnotationProperty(java.lang.Class<T> annotationType, MethodDescription.InDefinedShape property)Creates a factory for binding an annotation property.Resolved(MethodDescription.InDefinedShape adviceMethod, Advice.PostProcessor postProcessor, java.util.List<? extends Advice.OffsetMapping.Factory<?>> factories, TypeDescription throwableType, TypeDescription relocatableType, Advice.Delegator delegator)Creates a new resolved version of a dispatcher.Resolved(MethodDescription.InDefinedShape adviceMethod, Advice.PostProcessor postProcessor, java.util.List<? extends Advice.OffsetMapping.Factory<?>> factories, TypeDescription throwableType, TypeDescription relocatableType, org.objectweb.asm.ClassReader classReader)Creates a new resolved version of a dispatcher.WithDiscardedEnterType(MethodDescription.InDefinedShape adviceMethod, Advice.PostProcessor postProcessor, java.util.List<? extends Advice.OffsetMapping.Factory<?>> userFactories, TypeDefinition exitType, Advice.Delegator delegator)Creates a new resolved dispatcher for implementing method enter advice that does not expose the enter type.WithDiscardedEnterType(MethodDescription.InDefinedShape adviceMethod, Advice.PostProcessor postProcessor, java.util.Map<java.lang.String,TypeDefinition> namedTypes, java.util.List<? extends Advice.OffsetMapping.Factory<?>> userFactories, TypeDefinition exitType, org.objectweb.asm.ClassReader classReader)Creates a new resolved dispatcher for implementing method enter advice that does not expose the enter type.WithExceptionHandler(MethodDescription.InDefinedShape adviceMethod, Advice.PostProcessor postProcessor, java.util.Map<java.lang.String,TypeDefinition> namedTypes, java.util.List<? extends Advice.OffsetMapping.Factory<?>> userFactories, TypeDefinition enterType, TypeDescription throwable, Advice.Delegator delegator)Creates a new resolved dispatcher for implementing method exit advice that handles exceptions.WithExceptionHandler(MethodDescription.InDefinedShape adviceMethod, Advice.PostProcessor postProcessor, java.util.Map<java.lang.String,TypeDefinition> namedTypes, java.util.List<? extends Advice.OffsetMapping.Factory<?>> userFactories, org.objectweb.asm.ClassReader classReader, TypeDefinition enterType, TypeDescription throwable)Creates a new resolved dispatcher for implementing method exit advice that handles exceptions.WithoutExceptionHandler(MethodDescription.InDefinedShape adviceMethod, Advice.PostProcessor postProcessor, java.util.Map<java.lang.String,TypeDefinition> namedTypes, java.util.List<? extends Advice.OffsetMapping.Factory<?>> userFactories, TypeDefinition enterType, Advice.Delegator delegator)Creates a new resolved dispatcher for implementing method exit advice that does not handle exceptions.WithoutExceptionHandler(MethodDescription.InDefinedShape adviceMethod, Advice.PostProcessor postProcessor, java.util.Map<java.lang.String,TypeDefinition> namedTypes, java.util.List<? extends Advice.OffsetMapping.Factory<?>> userFactories, org.objectweb.asm.ClassReader classReader, TypeDefinition enterType)Creates a new resolved dispatcher for implementing method exit advice that does not handle exceptions.WithRetainedEnterType(MethodDescription.InDefinedShape adviceMethod, Advice.PostProcessor postProcessor, java.util.List<? extends Advice.OffsetMapping.Factory<?>> userFactories, TypeDefinition exitType, Advice.Delegator delegator)Creates a new resolved dispatcher for implementing method enter advice that does expose the enter type.WithRetainedEnterType(MethodDescription.InDefinedShape adviceMethod, Advice.PostProcessor postProcessor, java.util.Map<java.lang.String,TypeDefinition> namedTypes, java.util.List<? extends Advice.OffsetMapping.Factory<?>> userFactories, TypeDefinition exitType, org.objectweb.asm.ClassReader classReader)Creates a new resolved dispatcher for implementing method enter advice that does expose the enter type. -
Uses of MethodDescription.InDefinedShape in net.bytebuddy.description
Methods in net.bytebuddy.description with parameters of type MethodDescription.InDefinedShape Modifier and Type Method Description TypeVariableSourceTypeVariableSource.Visitor.NoOp. onMethod(MethodDescription.InDefinedShape methodDescription)Applies the visitor on a method.TTypeVariableSource.Visitor. onMethod(MethodDescription.InDefinedShape methodDescription)Applies the visitor on a method. -
Uses of MethodDescription.InDefinedShape in net.bytebuddy.description.annotation
Fields in net.bytebuddy.description.annotation declared as MethodDescription.InDefinedShape Modifier and Type Field Description private MethodDescription.InDefinedShapeAnnotationValue.ForMismatchedType. propertyThe property that does not defines a non-matching value.Methods in net.bytebuddy.description.annotation with parameters of type MethodDescription.InDefinedShape Modifier and Type Method Description AnnotationValue<U,V>AnnotationValue.AbstractBase. filter(MethodDescription.InDefinedShape property)AnnotationValue<T,S>AnnotationValue. filter(MethodDescription.InDefinedShape property)Filters this annotation value as a valid value of the provided property.AnnotationValue<T,S>AnnotationValue. filter(MethodDescription.InDefinedShape property, TypeDefinition typeDefinition)Filters this annotation value as a valid value of the provided property.AnnotationValue<AnnotationDescription,U>AnnotationValue.ForAnnotationDescription. filter(MethodDescription.InDefinedShape property, TypeDefinition typeDefinition)Filters this annotation value as a valid value of the provided property.AnnotationValue<U,U>AnnotationValue.ForConstant. filter(MethodDescription.InDefinedShape property, TypeDefinition typeDefinition)Filters this annotation value as a valid value of the provided property.AnnotationValue<U,V>AnnotationValue.ForDescriptionArray. filter(MethodDescription.InDefinedShape property, TypeDefinition typeDefinition)Filters this annotation value as a valid value of the provided property.AnnotationValue<EnumerationDescription,U>AnnotationValue.ForEnumerationDescription. filter(MethodDescription.InDefinedShape property, TypeDefinition typeDefinition)Filters this annotation value as a valid value of the provided property.AnnotationValue<EnumerationDescription,U>AnnotationValue.ForEnumerationDescription.WithUnknownConstant. filter(MethodDescription.InDefinedShape property, TypeDefinition typeDefinition)Filters this annotation value as a valid value of the provided property.AnnotationValue<U,V>AnnotationValue.ForIncompatibleType. filter(MethodDescription.InDefinedShape property, TypeDefinition typeDefinition)Filters this annotation value as a valid value of the provided property.AnnotationValue<U,V>AnnotationValue.ForMismatchedType. filter(MethodDescription.InDefinedShape property, TypeDefinition typeDefinition)Filters this annotation value as a valid value of the provided property.AnnotationValue<U,V>AnnotationValue.ForMissingType. filter(MethodDescription.InDefinedShape property, TypeDefinition typeDefinition)Filters this annotation value as a valid value of the provided property.AnnotationValue<U,V>AnnotationValue.ForMissingValue. filter(MethodDescription.InDefinedShape property, TypeDefinition typeDefinition)Filters this annotation value as a valid value of the provided property.AnnotationValue<TypeDescription,U>AnnotationValue.ForTypeDescription. filter(MethodDescription.InDefinedShape property, TypeDefinition typeDefinition)Filters this annotation value as a valid value of the provided property.AnnotationValue<?,?>AnnotationDescription.ForLoadedAnnotation. getValue(MethodDescription.InDefinedShape property)Returns the value of this annotation.AnnotationValue<?,?>AnnotationDescription. getValue(MethodDescription.InDefinedShape property)Returns the value of this annotation.AnnotationValue<?,?>AnnotationDescription.Latent. getValue(MethodDescription.InDefinedShape property)Returns the value of this annotation.AnnotationValue<?,?>AnnotationDescription.Latent.Loadable. getValue(MethodDescription.InDefinedShape property)Returns the value of this annotation.Constructors in net.bytebuddy.description.annotation with parameters of type MethodDescription.InDefinedShape Constructor Description ForMismatchedType(MethodDescription.InDefinedShape property, java.lang.String value)Creates an annotation description for a mismatched typeName. -
Uses of MethodDescription.InDefinedShape in net.bytebuddy.description.method
Classes in net.bytebuddy.description.method that implement MethodDescription.InDefinedShape Modifier and Type Class Description static classMethodDescription.ForLoadedConstructorAn implementation of a method description for a loaded constructor.static classMethodDescription.ForLoadedMethodAn implementation of a method description for a loaded method.static classMethodDescription.InDefinedShape.AbstractBaseAn abstract base implementation of a method description in its defined shape.static classMethodDescription.LatentA latent method description describes a method that is not attached to a declaringTypeDescription.static classMethodDescription.Latent.TypeInitializerA method description that represents the type initializer.Fields in net.bytebuddy.description.method declared as MethodDescription.InDefinedShape Modifier and Type Field Description private MethodDescription.InDefinedShapeParameterDescription.Latent. declaringMethodThe method that is declaring the parameter.private MethodDescription.InDefinedShapeParameterList.ForTokens. declaringMethodThe method that is declaring the represented token.private MethodDescription.InDefinedShapeParameterList.Explicit.ForTypes. methodDescriptionThe method description that declares the parameters.static MethodDescription.InDefinedShapeMethodDescription. UNDEFINEDRepresents any undefined property of a type description that is instead represented asnullin order to resemble the Java reflection API which returnsnulland is intuitive to many Java developers.Methods in net.bytebuddy.description.method that return MethodDescription.InDefinedShape Modifier and Type Method Description MethodDescription.InDefinedShapeMethodDescription.InDefinedShape.AbstractBase. asDefined()Returns this type dependant in its defined shape, i.e.MethodDescription.InDefinedShapeMethodDescription.TypeSubstituting. asDefined()Returns this type dependant in its defined shape, i.e.MethodDescription.InDefinedShapeMethodList.ForLoadedMethods. get(int index)MethodDescription.InDefinedShapeMethodList.ForTokens. get(int index)MethodDescription.InDefinedShapeParameterDescription.ForLoadedParameter.OfConstructor. getDeclaringMethod()Returns the method that declares this parameter.MethodDescription.InDefinedShapeParameterDescription.ForLoadedParameter.OfLegacyVmConstructor. getDeclaringMethod()Returns the method that declares this parameter.MethodDescription.InDefinedShapeParameterDescription.ForLoadedParameter.OfLegacyVmMethod. getDeclaringMethod()Returns the method that declares this parameter.MethodDescription.InDefinedShapeParameterDescription.ForLoadedParameter.OfMethod. getDeclaringMethod()Returns the method that declares this parameter.MethodDescription.InDefinedShapeParameterDescription.InDefinedShape. getDeclaringMethod()Returns the method that declares this parameter.MethodDescription.InDefinedShapeParameterDescription.Latent. getDeclaringMethod()Returns the method that declares this parameter.Methods in net.bytebuddy.description.method that return types with arguments of type MethodDescription.InDefinedShape Modifier and Type Method Description MethodList<MethodDescription.InDefinedShape>MethodList.AbstractBase. asDefined()Returns this list of these method descriptions resolved to their defined shape.MethodList<MethodDescription.InDefinedShape>MethodList. asDefined()Returns this list of these method descriptions resolved to their defined shape.MethodList<MethodDescription.InDefinedShape>MethodList.Empty. asDefined()Returns this list of these method descriptions resolved to their defined shape.Constructors in net.bytebuddy.description.method with parameters of type MethodDescription.InDefinedShape Constructor Description ForTokens(MethodDescription.InDefinedShape declaringMethod, java.util.List<? extends ParameterDescription.Token> tokens)Creates a new parameter list for the provided tokens.ForTypes(MethodDescription.InDefinedShape methodDescription, java.util.List<? extends TypeDefinition> typeDefinitions)Creates a new parameter type list.ForTypes(MethodDescription.InDefinedShape methodDescription, TypeDefinition... typeDefinition)Creates a new parameter type list.Latent(MethodDescription.InDefinedShape declaringMethod, ParameterDescription.Token token, int index, int offset)Creates a latent parameter description.Latent(MethodDescription.InDefinedShape declaringMethod, TypeDescription.Generic parameterType, int index, int offset)Creates a new latent parameter descriptions for a parameter without explicit meta data or annotations.Latent(MethodDescription.InDefinedShape declaringMethod, TypeDescription.Generic parameterType, java.util.List<? extends AnnotationDescription> declaredAnnotations, java.lang.String name, java.lang.Integer modifiers, int index, int offset)Creates a latent parameter description. -
Uses of MethodDescription.InDefinedShape in net.bytebuddy.description.type
Methods in net.bytebuddy.description.type that return MethodDescription.InDefinedShape Modifier and Type Method Description MethodDescription.InDefinedShapeRecordComponentDescription.ForLoadedRecordComponent. getAccessor()MethodDescription.InDefinedShapeRecordComponentDescription.InDefinedShape.AbstractBase. getAccessor()Returns the accessor for this record component.MethodDescription.InDefinedShapeRecordComponentDescription.InDefinedShape. getAccessor()Returns the accessor for this record component.MethodDescription.InDefinedShapeTypeDescription.AbstractBase.OfSimpleType.WithDelegation. getEnclosingMethod()Returns a description of the method that encloses this type.MethodDescription.InDefinedShapeTypeDescription.ArrayProjection. getEnclosingMethod()Returns a description of the method that encloses this type.MethodDescription.InDefinedShapeTypeDescription.ForLoadedType. getEnclosingMethod()Returns a description of the method that encloses this type.MethodDescription.InDefinedShapeTypeDescription.ForPackageDescription. getEnclosingMethod()Returns a description of the method that encloses this type.MethodDescription.InDefinedShapeTypeDescription. getEnclosingMethod()Returns a description of the method that encloses this type.MethodDescription.InDefinedShapeTypeDescription.Latent. getEnclosingMethod()Returns a description of the method that encloses this type.MethodDescription.InDefinedShapeTypeDescription.SuperTypeLoading. getEnclosingMethod()Returns a description of the method that encloses this type.Methods in net.bytebuddy.description.type that return types with arguments of type MethodDescription.InDefinedShape Modifier and Type Method Description MethodList<MethodDescription.InDefinedShape>TypeDescription.AbstractBase.OfSimpleType.WithDelegation. getDeclaredMethods()Returns the methods that this type declares.MethodList<MethodDescription.InDefinedShape>TypeDescription.ArrayProjection. getDeclaredMethods()Returns the methods that this type declares.MethodList<MethodDescription.InDefinedShape>TypeDescription.ForLoadedType. getDeclaredMethods()Returns the methods that this type declares.MethodList<MethodDescription.InDefinedShape>TypeDescription.ForPackageDescription. getDeclaredMethods()Returns the methods that this type declares.MethodList<MethodDescription.InDefinedShape>TypeDescription. getDeclaredMethods()Returns the methods that this type declares.MethodList<MethodDescription.InDefinedShape>TypeDescription.Latent. getDeclaredMethods()Returns the methods that this type declares.MethodList<MethodDescription.InDefinedShape>TypeDescription.SuperTypeLoading. getDeclaredMethods()Returns the methods that this type declares.Methods in net.bytebuddy.description.type with parameters of type MethodDescription.InDefinedShape Modifier and Type Method Description TypeDescription.GenericTypeDescription.Generic.Visitor.Substitutor.ForTypeVariableBinding.TypeVariableSubstitutor. onMethod(MethodDescription.InDefinedShape methodDescription)Applies the visitor on a method. -
Uses of MethodDescription.InDefinedShape in net.bytebuddy.dynamic
Fields in net.bytebuddy.dynamic declared as MethodDescription.InDefinedShape Modifier and Type Field Description private MethodDescription.InDefinedShapeDynamicType.Builder.AbstractBase.Adapter.InnerTypeDefinitionForMethodAdapter. methodDescriptionA description of the declaring method or constructor.private MethodDescription.InDefinedShapeTransformer.ForMethod.TransformedMethod. methodDescriptionThe defined shape of the transformed method.Methods in net.bytebuddy.dynamic that return MethodDescription.InDefinedShape Modifier and Type Method Description MethodDescription.InDefinedShapeTransformer.ForMethod.TransformedMethod. asDefined()Returns this type dependant in its defined shape, i.e.Methods in net.bytebuddy.dynamic with parameters of type MethodDescription.InDefinedShape Modifier and Type Method Description DynamicType.Builder.InnerTypeDefinition<U>DynamicType.Builder.AbstractBase.Adapter. innerTypeOf(MethodDescription.InDefinedShape methodDescription)Defines this type as an inner type that was declared within the supplied method or constructor.DynamicType.Builder.InnerTypeDefinition<U>DynamicType.Builder.AbstractBase.Delegator. innerTypeOf(MethodDescription.InDefinedShape methodDescription)Defines this type as an inner type that was declared within the supplied method or constructor.DynamicType.Builder.InnerTypeDefinition<T>DynamicType.Builder. innerTypeOf(MethodDescription.InDefinedShape methodDescription)Defines this type as an inner type that was declared within the supplied method or constructor.Constructors in net.bytebuddy.dynamic with parameters of type MethodDescription.InDefinedShape Constructor Description InnerTypeDefinitionForMethodAdapter(MethodDescription.InDefinedShape methodDescription)Creates a new adapter for defining a type that is declared within a method or constructor.TransformedMethod(TypeDescription instrumentedType, TypeDefinition declaringType, MethodDescription.Token token, MethodDescription.InDefinedShape methodDescription)Creates a new transformed method. -
Uses of MethodDescription.InDefinedShape in net.bytebuddy.dynamic.scaffold
Classes in net.bytebuddy.dynamic.scaffold that implement MethodDescription.InDefinedShape Modifier and Type Class Description protected static classTypeWriter.MethodPool.Record.AccessBridgeWrapper.AccessorBridgeA method representing an accessor bridge method.protected static classTypeWriter.MethodPool.Record.AccessBridgeWrapper.BridgeTargetA method representing a bridge's target method in its defined shape.protected static classTypeWriter.MethodPool.Record.ForDefinedMethod.OfVisibilityBridge.VisibilityBridgeA method describing a visibility bridge.Fields in net.bytebuddy.dynamic.scaffold declared as MethodDescription.InDefinedShape Modifier and Type Field Description private MethodDescription.InDefinedShapeInstrumentedType.Default. enclosingMethodThe enclosing method of the instrumented type ornullif no such type exists.Methods in net.bytebuddy.dynamic.scaffold that return MethodDescription.InDefinedShape Modifier and Type Method Description MethodDescription.InDefinedShapeInstrumentedType.Default. getEnclosingMethod()Returns a description of the method that encloses this type.MethodDescription.InDefinedShapeInstrumentedType.Frozen. getEnclosingMethod()Returns a description of the method that encloses this type.Methods in net.bytebuddy.dynamic.scaffold that return types with arguments of type MethodDescription.InDefinedShape Modifier and Type Method Description MethodList<MethodDescription.InDefinedShape>InstrumentedType.Default. getDeclaredMethods()Returns the methods that this type declares.MethodList<MethodDescription.InDefinedShape>InstrumentedType.Frozen. getDeclaredMethods()Returns the methods that this type declares.Methods in net.bytebuddy.dynamic.scaffold with parameters of type MethodDescription.InDefinedShape Modifier and Type Method Description protected MethodGraph.Compiler.Default.Key.Harmonized<V>MethodGraph.Compiler.Default.Key.Harmonized. extend(MethodDescription.InDefinedShape methodDescription, MethodGraph.Compiler.Default.Harmonizer<V> harmonizer)Extends this key by the given method description.InstrumentedType.WithFlexibleNameInstrumentedType.Default. withEnclosingMethod(MethodDescription.InDefinedShape enclosingMethod)Creates a new instrumented type with the supplied enclosing method.InstrumentedType.WithFlexibleNameInstrumentedType.Frozen. withEnclosingMethod(MethodDescription.InDefinedShape enclosingMethod)Creates a new instrumented type with the supplied enclosing method.InstrumentedTypeInstrumentedType. withEnclosingMethod(MethodDescription.InDefinedShape enclosingMethod)Creates a new instrumented type with the supplied enclosing method.InstrumentedType.WithFlexibleNameInstrumentedType.WithFlexibleName. withEnclosingMethod(MethodDescription.InDefinedShape enclosingMethod)Creates a new instrumented type with the supplied enclosing method.Constructors in net.bytebuddy.dynamic.scaffold with parameters of type MethodDescription.InDefinedShape Constructor Description Default(java.lang.String name, int modifiers, TypeDescription.Generic superClass, java.util.List<? extends TypeVariableToken> typeVariables, java.util.List<? extends TypeDescription.Generic> interfaceTypes, java.util.List<? extends FieldDescription.Token> fieldTokens, java.util.List<? extends MethodDescription.Token> methodTokens, java.util.List<? extends RecordComponentDescription.Token> recordComponentTokens, java.util.List<? extends AnnotationDescription> annotationDescriptions, TypeInitializer typeInitializer, LoadedTypeInitializer loadedTypeInitializer, TypeDescription declaringType, MethodDescription.InDefinedShape enclosingMethod, TypeDescription enclosingType, java.util.List<? extends TypeDescription> declaredTypes, java.util.List<? extends TypeDescription> permittedSubclasses, boolean anonymousClass, boolean localClass, boolean record, TypeDescription nestHost, java.util.List<? extends TypeDescription> nestMembers)Creates a new instrumented type. -
Uses of MethodDescription.InDefinedShape in net.bytebuddy.dynamic.scaffold.inline
Classes in net.bytebuddy.dynamic.scaffold.inline that implement MethodDescription.InDefinedShape Modifier and Type Class Description protected static classMethodRebaseResolver.Resolution.ForRebasedConstructor.RebasedConstructorAn description of a rebased constructor.protected static classMethodRebaseResolver.Resolution.ForRebasedMethod.RebasedMethodA description of a rebased method.Fields in net.bytebuddy.dynamic.scaffold.inline declared as MethodDescription.InDefinedShape Modifier and Type Field Description private MethodDescription.InDefinedShapeMethodRebaseResolver.Resolution.ForRebasedConstructor. methodDescriptionThe rebased constructor.private MethodDescription.InDefinedShapeMethodRebaseResolver.Resolution.ForRebasedConstructor.RebasedConstructor. methodDescriptionThe constructor that is rebased.private MethodDescription.InDefinedShapeMethodRebaseResolver.Resolution.ForRebasedMethod. methodDescriptionThe rebased method.private MethodDescription.InDefinedShapeMethodRebaseResolver.Resolution.ForRebasedMethod.RebasedMethod. methodDescriptionThe method that is being rebased.private MethodDescription.InDefinedShapeMethodRebaseResolver.Resolution.Preserved. methodDescriptionThe preserved method.Fields in net.bytebuddy.dynamic.scaffold.inline with type parameters of type MethodDescription.InDefinedShape Modifier and Type Field Description private java.util.Map<MethodDescription.InDefinedShape,MethodRebaseResolver.Resolution>MethodRebaseResolver.Default. resolutionsA mapping of rebased methods to their existing resolutions.Methods in net.bytebuddy.dynamic.scaffold.inline that return MethodDescription.InDefinedShape Modifier and Type Method Description MethodDescription.InDefinedShapeMethodRebaseResolver.Resolution.ForRebasedConstructor. getResolvedMethod()Returns the resolved method if this resolution represents a rebased method or the original method.MethodDescription.InDefinedShapeMethodRebaseResolver.Resolution.ForRebasedMethod. getResolvedMethod()Returns the resolved method if this resolution represents a rebased method or the original method.MethodDescription.InDefinedShapeMethodRebaseResolver.Resolution. getResolvedMethod()Returns the resolved method if this resolution represents a rebased method or the original method.MethodDescription.InDefinedShapeMethodRebaseResolver.Resolution.Preserved. getResolvedMethod()Returns the resolved method if this resolution represents a rebased method or the original method.Methods in net.bytebuddy.dynamic.scaffold.inline with parameters of type MethodDescription.InDefinedShape Modifier and Type Method Description DynamicType.Builder.InnerTypeDefinition<T>DecoratingDynamicTypeBuilder. innerTypeOf(MethodDescription.InDefinedShape methodDescription)Defines this type as an inner type that was declared within the supplied method or constructor.static MethodRebaseResolver.ResolutionMethodRebaseResolver.Resolution.ForRebasedConstructor. of(MethodDescription.InDefinedShape methodDescription, TypeDescription placeholderType)Resolves a constructor rebasement.static MethodRebaseResolver.ResolutionMethodRebaseResolver.Resolution.ForRebasedMethod. of(TypeDescription instrumentedType, MethodDescription.InDefinedShape methodDescription, MethodNameTransformer methodNameTransformer)Resolves a rebasement for the provided method.MethodRebaseResolver.ResolutionMethodRebaseResolver.Default. resolve(MethodDescription.InDefinedShape methodDescription)Checks if a method is eligible for rebasing and resolves this possibly rebased method.MethodRebaseResolver.ResolutionMethodRebaseResolver.Disabled. resolve(MethodDescription.InDefinedShape methodDescription)Checks if a method is eligible for rebasing and resolves this possibly rebased method.MethodRebaseResolver.ResolutionMethodRebaseResolver. resolve(MethodDescription.InDefinedShape methodDescription)Checks if a method is eligible for rebasing and resolves this possibly rebased method.Constructors in net.bytebuddy.dynamic.scaffold.inline with parameters of type MethodDescription.InDefinedShape Constructor Description ForRebasedConstructor(MethodDescription.InDefinedShape methodDescription, TypeDescription placeholderType)Creates a new resolution for a rebased constructor.ForRebasedMethod(MethodDescription.InDefinedShape methodDescription)Creates a resolution for a rebased method.Preserved(MethodDescription.InDefinedShape methodDescription)Creates a newMethodRebaseResolver.Resolutionfor a non-rebased method.RebasedConstructor(MethodDescription.InDefinedShape methodDescription, TypeDescription placeholderType)Creates a new rebased constructor.RebasedMethod(TypeDescription instrumentedType, MethodDescription.InDefinedShape methodDescription, MethodNameTransformer methodNameTransformer)Creates a new rebased method.Constructor parameters in net.bytebuddy.dynamic.scaffold.inline with type arguments of type MethodDescription.InDefinedShape Constructor Description Default(java.util.Map<MethodDescription.InDefinedShape,MethodRebaseResolver.Resolution> resolutions, java.util.List<DynamicType> dynamicTypes)Creates a new default method rebased resolver. -
Uses of MethodDescription.InDefinedShape in net.bytebuddy.implementation
Classes in net.bytebuddy.implementation that implement MethodDescription.InDefinedShape Modifier and Type Class Description protected static classImplementation.Context.Default.AbstractPropertyAccessorMethodA base implementation of a method that accesses a property of an instrumented type.protected static classImplementation.Context.Default.AccessorMethodA description of an accessor method to access another method from outside the instrumented type.protected static classImplementation.Context.Default.FieldGetterA description of a field getter method.protected static classImplementation.Context.Default.FieldSetterA description of a field setter method.Fields in net.bytebuddy.implementation declared as MethodDescription.InDefinedShape Modifier and Type Field Description protected MethodDescription.InDefinedShapeInvokeDynamic. bootstrapThe bootstrap method.private static MethodDescription.InDefinedShapeEqualsMethod. EQUALSTheObject.equals(Object)method.protected static MethodDescription.InDefinedShapeEqualsMethod.TypeCompatibilityCheck. GET_CLASSTheObject.getClass()method.private static MethodDescription.InDefinedShapeHashCodeMethod. HASH_CODETheObject.hashCode()method.protected MethodDescription.InDefinedShapeImplementation.Context.Default.DelegationRecord. methodDescriptionThe delegation method.private static MethodDescription.InDefinedShapeToStringMethod. STRING_BUILDER_CONSTRUCTORTheStringBuilder(String)constructor.private static MethodDescription.InDefinedShapeToStringMethod. TO_STRINGTheStringBuilder.toString()method.Methods in net.bytebuddy.implementation that return MethodDescription.InDefinedShape Modifier and Type Method Description MethodDescription.InDefinedShapeImplementation.Context.Default.DelegationRecord. getMethod()Returns the method that is implemented where the returned method resembles a potential transformation.MethodDescription.InDefinedShapeImplementation.Context.Default. registerAccessorFor(Implementation.SpecialMethodInvocation specialMethodInvocation, MethodAccessorFactory.AccessType accessType)Registers an accessor method for aImplementation.SpecialMethodInvocationwhich cannot itself be triggered invoked directly from outside a type.MethodDescription.InDefinedShapeImplementation.Context.Disabled. registerAccessorFor(Implementation.SpecialMethodInvocation specialMethodInvocation, MethodAccessorFactory.AccessType accessType)Registers an accessor method for aImplementation.SpecialMethodInvocationwhich cannot itself be triggered invoked directly from outside a type.MethodDescription.InDefinedShapeMethodAccessorFactory.Illegal. registerAccessorFor(Implementation.SpecialMethodInvocation specialMethodInvocation, MethodAccessorFactory.AccessType accessType)Registers an accessor method for aImplementation.SpecialMethodInvocationwhich cannot itself be triggered invoked directly from outside a type.MethodDescription.InDefinedShapeMethodAccessorFactory. registerAccessorFor(Implementation.SpecialMethodInvocation specialMethodInvocation, MethodAccessorFactory.AccessType accessType)Registers an accessor method for aImplementation.SpecialMethodInvocationwhich cannot itself be triggered invoked directly from outside a type.MethodDescription.InDefinedShapeImplementation.Context.Default. registerGetterFor(FieldDescription fieldDescription, MethodAccessorFactory.AccessType accessType)Registers a getter for the givenFieldDescriptionwhich might itself not be accessible from outside the class.MethodDescription.InDefinedShapeImplementation.Context.Disabled. registerGetterFor(FieldDescription fieldDescription, MethodAccessorFactory.AccessType accessType)Registers a getter for the givenFieldDescriptionwhich might itself not be accessible from outside the class.MethodDescription.InDefinedShapeMethodAccessorFactory.Illegal. registerGetterFor(FieldDescription fieldDescription, MethodAccessorFactory.AccessType accessType)Registers a getter for the givenFieldDescriptionwhich might itself not be accessible from outside the class.MethodDescription.InDefinedShapeMethodAccessorFactory. registerGetterFor(FieldDescription fieldDescription, MethodAccessorFactory.AccessType accessType)Registers a getter for the givenFieldDescriptionwhich might itself not be accessible from outside the class.MethodDescription.InDefinedShapeImplementation.Context.Default. registerSetterFor(FieldDescription fieldDescription, MethodAccessorFactory.AccessType accessType)Registers a setter for the givenFieldDescriptionwhich might itself not be accessible from outside the class.MethodDescription.InDefinedShapeImplementation.Context.Disabled. registerSetterFor(FieldDescription fieldDescription, MethodAccessorFactory.AccessType accessType)Registers a setter for the givenFieldDescriptionwhich might itself not be accessible from outside the class.MethodDescription.InDefinedShapeMethodAccessorFactory.Illegal. registerSetterFor(FieldDescription fieldDescription, MethodAccessorFactory.AccessType accessType)Registers a setter for the givenFieldDescriptionwhich might itself not be accessible from outside the class.MethodDescription.InDefinedShapeMethodAccessorFactory. registerSetterFor(FieldDescription fieldDescription, MethodAccessorFactory.AccessType accessType)Registers a setter for the givenFieldDescriptionwhich might itself not be accessible from outside the class.Methods in net.bytebuddy.implementation with parameters of type MethodDescription.InDefinedShape Modifier and Type Method Description static InvokeDynamic.WithImplicitTargetInvokeDynamic. bootstrap(MethodDescription.InDefinedShape bootstrap, java.lang.Object... constant)Implements the instrumented method with a dynamic method invocation which is linked at runtime using the specified bootstrap method or constructor.static InvokeDynamic.WithImplicitTargetInvokeDynamic. bootstrap(MethodDescription.InDefinedShape bootstrap, java.util.List<?> constants)Implements the instrumented method with a dynamic method invocation which is linked at runtime using the specified bootstrap method or constructor.static InvokeDynamic.WithImplicitArgumentsInvokeDynamic. lambda(MethodDescription.InDefinedShape methodDescription, TypeDescription functionalInterface)Creates a lambda expression using the JVM's lambda meta factory.static InvokeDynamic.WithImplicitArgumentsInvokeDynamic. lambda(MethodDescription.InDefinedShape methodDescription, TypeDescription functionalInterface, MethodGraph.Compiler methodGraphCompiler)Creates a lambda expression using the JVM's lambda meta factory.Constructors in net.bytebuddy.implementation with parameters of type MethodDescription.InDefinedShape Constructor Description AbstractDelegator(MethodDescription.InDefinedShape bootstrap, java.util.List<?> arguments, InvokeDynamic.InvocationProvider invocationProvider, InvokeDynamic.TerminationHandler terminationHandler, Assigner assigner, Assigner.Typing typing)Creates a new abstract delegator for a dynamic method invocation.AccessorMethodDelegation(MethodDescription.InDefinedShape methodDescription, Visibility visibility, StackManipulation accessorMethodInvocation)Creates a delegation to an accessor method.DelegationRecord(MethodDescription.InDefinedShape methodDescription, Visibility visibility)Creates a new delegation record.FieldGetterDelegation(MethodDescription.InDefinedShape methodDescription, Visibility visibility, FieldDescription fieldDescription)Creates a new field getter implementation.FieldSetterDelegation(MethodDescription.InDefinedShape methodDescription, Visibility visibility, FieldDescription fieldDescription)Creates a new field setter.InvokeDynamic(MethodDescription.InDefinedShape bootstrap, java.util.List<?> arguments, InvokeDynamic.InvocationProvider invocationProvider, InvokeDynamic.TerminationHandler terminationHandler, Assigner assigner, Assigner.Typing typing)Creates a new invoke dynamic implementation.OfArgument(MethodDescription.InDefinedShape bootstrap, java.util.List<?> arguments, InvokeDynamic.InvocationProvider invocationProvider, InvokeDynamic.TerminationHandler terminationHandler, Assigner assigner, Assigner.Typing typing, int index)Creates a new invoke dynamic instance with an implicit field type for the provided value.OfField(MethodDescription.InDefinedShape bootstrap, java.util.List<?> arguments, InvokeDynamic.InvocationProvider invocationProvider, InvokeDynamic.TerminationHandler terminationHandler, Assigner assigner, Assigner.Typing typing, java.lang.String fieldName, FieldLocator.Factory fieldLocatorFactory)Creates a new abstract delegator for a dynamic method invocation where the last argument is assigned an implicit type.OfInstance(MethodDescription.InDefinedShape bootstrap, java.util.List<?> arguments, InvokeDynamic.InvocationProvider invocationProvider, InvokeDynamic.TerminationHandler terminationHandler, Assigner assigner, Assigner.Typing typing, java.lang.Object value)Creates a new invoke dynamic instance with an implicit field type for the provided value.WithImplicitArguments(MethodDescription.InDefinedShape bootstrap, java.util.List<?> arguments, InvokeDynamic.InvocationProvider invocationProvider, InvokeDynamic.TerminationHandler terminationHandler, Assigner assigner, Assigner.Typing typing)Creates a new dynamic method invocation with implicit arguments.WithImplicitTarget(MethodDescription.InDefinedShape bootstrap, java.util.List<?> arguments, InvokeDynamic.InvocationProvider invocationProvider, InvokeDynamic.TerminationHandler terminationHandler, Assigner assigner, Assigner.Typing typing)Creates a new dynamic method invocation with implicit arguments and an implicit invocation target.WithImplicitType(MethodDescription.InDefinedShape bootstrap, java.util.List<?> arguments, InvokeDynamic.InvocationProvider invocationProvider, InvokeDynamic.TerminationHandler terminationHandler, Assigner assigner, Assigner.Typing typing)Creates a new abstract delegator for a dynamic method invocation where the last argument is assigned an implicit type. -
Uses of MethodDescription.InDefinedShape in net.bytebuddy.implementation.attribute
Methods in net.bytebuddy.implementation.attribute with parameters of type MethodDescription.InDefinedShape Modifier and Type Method Description booleanAnnotationValueFilter. isRelevant(AnnotationDescription annotationDescription, MethodDescription.InDefinedShape methodDescription)Checks if the given annotation value should be written as the value of the provided annotation property. -
Uses of MethodDescription.InDefinedShape in net.bytebuddy.implementation.auxiliary
Fields in net.bytebuddy.implementation.auxiliary declared as MethodDescription.InDefinedShape Modifier and Type Field Description private static MethodDescription.InDefinedShapePrivilegedMemberLookupAction. DEFAULT_CONSTRUCTORThe default constructor of theObjectclass.private MethodDescription.InDefinedShapePrivilegedMemberLookupAction. methodDescriptionThe method to invoke from the action. -
Uses of MethodDescription.InDefinedShape in net.bytebuddy.implementation.bind.annotation
Fields in net.bytebuddy.implementation.bind.annotation declared as MethodDescription.InDefinedShape Modifier and Type Field Description private static MethodDescription.InDefinedShapeDefaultMethod.Binder. CACHEDTheDefaultMethod.cached()property.private static MethodDescription.InDefinedShapeSuper.Instantiation. CONSTRUCTOR_PARAMETERSA reference to the constructor parameters method.private static MethodDescription.InDefinedShapeFieldProxy.Binder. DECLARING_TYPEA reference to the method that declares the field annotation's defining type property.private static MethodDescription.InDefinedShapeFieldValue.Binder. DECLARING_TYPEThe annotation method that for the defining type.private static MethodDescription.InDefinedShapeMorph.Binder. DEFAULT_METHODA reference to the default method method.private static MethodDescription.InDefinedShapeMorph.Binder. DEFAULT_TARGETA reference to the default target method.private static MethodDescription.InDefinedShapeFieldProxy.Binder. FIELD_NAMEA reference to the method that declares the field annotation's field name property.private static MethodDescription.InDefinedShapeFieldValue.Binder. FIELD_NAMEThe annotation method for the field's name.private MethodDescription.InDefinedShapeFieldProxy.Binder.FieldResolver.Factory.Duplex. getterMethodThe getter method.private MethodDescription.InDefinedShapeFieldProxy.Binder.FieldResolver.Factory.Simplex. getterMethodThe getter method.private MethodDescription.InDefinedShapeFieldProxy.Binder.FieldResolver.ForGetter. getterMethodThe getter method.private MethodDescription.InDefinedShapeFieldProxy.Binder.FieldResolver.ForGetterSetterPair. getterMethodThe getter method.private static MethodDescription.InDefinedShapeSuper.Instantiation. IGNORE_FINALIZERA reference to the ignore finalizer method.private static MethodDescription.InDefinedShapeDefaultCall.Binder. NULL_IF_IMPOSSIBLEA reference to the null if possible method of the default call annotation.private static MethodDescription.InDefinedShapeDefaultMethod.Binder. NULL_IF_IMPOSSIBLETheDefaultMethod.nullIfImpossible()property.private MethodDescription.InDefinedShapePipe.Binder.Redirection.ConstructorCall. objectTypeDefaultConstructorA reference of theObjecttype default constructor.private static MethodDescription.InDefinedShapeDefaultMethod.Binder. PRIVILEGEDTheDefaultMethod.privileged()property.private static MethodDescription.InDefinedShapeDefault.Binder. PROXY_TYPEA method reference to the proxy type property.private static MethodDescription.InDefinedShapeSuper.Binder. PROXY_TYPEA reference to the proxy type property.private static MethodDescription.InDefinedShapeDefault.Binder. SERIALIZABLE_PROXYA method reference to the serializable proxy property.private static MethodDescription.InDefinedShapeDefaultCall.Binder. SERIALIZABLE_PROXYA reference to the serializable proxy method of the default call annotation.private static MethodDescription.InDefinedShapeFieldProxy.Binder. SERIALIZABLE_PROXYA reference to the method that declares the field annotation's serializable proxy property.private static MethodDescription.InDefinedShapeMorph.Binder. SERIALIZABLE_PROXYA reference to the serializable proxy method.private static MethodDescription.InDefinedShapeSuper.Instantiation. SERIALIZABLE_PROXYA reference to the serializable proxy method.private MethodDescription.InDefinedShapeFieldProxy.Binder.FieldResolver.Factory.Duplex. setterMethodThe setter method.private MethodDescription.InDefinedShapeFieldProxy.Binder.FieldResolver.Factory.Simplex. setterMethodThe setter method.private MethodDescription.InDefinedShapeFieldProxy.Binder.FieldResolver.ForGetterSetterPair. setterMethodThe setter method.private MethodDescription.InDefinedShapeFieldProxy.Binder.FieldResolver.ForSetter. setterMethodThe setter method.private static MethodDescription.InDefinedShapeSuper.Binder. STRATEGYA method reference to the strategy property.private static MethodDescription.InDefinedShapeDefaultCall.Binder. TARGET_TYPEA reference to the target type method of the default call annotation.private static MethodDescription.InDefinedShapeDefaultMethod.Binder. TARGET_TYPETheDefaultMethod.targetType()property.Methods in net.bytebuddy.implementation.bind.annotation that return MethodDescription.InDefinedShape Modifier and Type Method Description private static MethodDescription.InDefinedShapeFieldProxy.Binder. onlyMethod(TypeDescription typeDescription)Extracts the only method from a given type description which is validated for the required properties for using the type as a proxy base type.Methods in net.bytebuddy.implementation.bind.annotation with parameters of type MethodDescription.InDefinedShape Modifier and Type Method Description private static StackManipulationOrigin.Binder. methodConstant(Origin origin, MethodDescription.InDefinedShape methodDescription)Loads a method constant onto the operand stack.Constructors in net.bytebuddy.implementation.bind.annotation with parameters of type MethodDescription.InDefinedShape Constructor Description Binder(MethodDescription.InDefinedShape getterMethod, MethodDescription.InDefinedShape setterMethod)Creates a new binder for aFieldProxyin simplex mode.Binder(TypeDescription proxyType, MethodDescription.InDefinedShape getterMethod, MethodDescription.InDefinedShape setterMethod)Creates a new binder for aFieldProxyin duplex mode.Duplex(TypeDescription proxyType, MethodDescription.InDefinedShape getterMethod, MethodDescription.InDefinedShape setterMethod)Creates a new duplex factory.ForGetter(MethodDescription.InDefinedShape getterMethod)Creates a new getter field resolver.ForGetterSetterPair(TypeDescription proxyType, MethodDescription.InDefinedShape getterMethod, MethodDescription.InDefinedShape setterMethod)Creates a new field resolver for an accessor that both gets and sets a field value.ForSetter(MethodDescription.InDefinedShape setterMethod)Creates a new field resolver for a setter accessor.Simplex(MethodDescription.InDefinedShape getterMethod, MethodDescription.InDefinedShape setterMethod)Creates a simplex factory. -
Uses of MethodDescription.InDefinedShape in net.bytebuddy.implementation.bytecode.constant
Fields in net.bytebuddy.implementation.bytecode.constant declared as MethodDescription.InDefinedShape Modifier and Type Field Description private static MethodDescription.InDefinedShapeMethodConstant.PrivilegedLookup. DO_PRIVILEGEDTheAccessController.doPrivileged(PrivilegedExceptionAction)method.private static MethodDescription.InDefinedShapeMethodConstant.ForConstructor. GET_CONSTRUCTORTheClass.getConstructor(Class[])method.private static MethodDescription.InDefinedShapeMethodConstant.ForConstructor. GET_DECLARED_CONSTRUCTORTheClass.getDeclaredConstructor(Class[])method.private static MethodDescription.InDefinedShapeMethodConstant.ForMethod. GET_DECLARED_METHODTheClass.getDeclaredMethod(String, Class[])method.private static MethodDescription.InDefinedShapeMethodConstant.ForMethod. GET_METHODTheClass.getMethod(String, Class[])method.protected MethodDescription.InDefinedShapeMethodConstant. methodDescriptionA description of the method to be loaded onto the stack.private MethodDescription.InDefinedShapeMethodConstant.PrivilegedLookup. methodDescriptionThe method constant to load.Methods in net.bytebuddy.implementation.bytecode.constant that return MethodDescription.InDefinedShape Modifier and Type Method Description protected abstract MethodDescription.InDefinedShapeMethodConstant. accessorMethod()Returns the method for loading a declared method or constructor onto the operand stack.protected MethodDescription.InDefinedShapeMethodConstant.ForConstructor. accessorMethod()protected MethodDescription.InDefinedShapeMethodConstant.ForMethod. accessorMethod()Methods in net.bytebuddy.implementation.bytecode.constant with parameters of type MethodDescription.InDefinedShape Modifier and Type Method Description static MethodConstant.CanCacheMethodConstant. of(MethodDescription.InDefinedShape methodDescription)Creates a stack manipulation that loads a method constant onto the operand stack.static MethodConstant.CanCacheMethodConstant. ofPrivileged(MethodDescription.InDefinedShape methodDescription)Creates a stack manipulation that loads a method constant onto the operand stack using anAccessController.Constructors in net.bytebuddy.implementation.bytecode.constant with parameters of type MethodDescription.InDefinedShape Constructor Description ForConstructor(MethodDescription.InDefinedShape methodDescription)Creates a newMethodConstantfor creating aConstructorinstance.ForMethod(MethodDescription.InDefinedShape methodDescription)Creates a newMethodConstantfor creating aMethodinstance.MethodConstant(MethodDescription.InDefinedShape methodDescription)Creates a new method constant.PrivilegedLookup(MethodDescription.InDefinedShape methodDescription, StackManipulation methodName)Creates a new privileged lookup. -
Uses of MethodDescription.InDefinedShape in net.bytebuddy.implementation.bytecode.member
Fields in net.bytebuddy.implementation.bytecode.member declared as MethodDescription.InDefinedShape Modifier and Type Field Description private MethodDescription.InDefinedShapeMethodInvocation.DynamicInvocation. bootstrapMethodThe bootstrap method.private MethodDescription.InDefinedShapeMethodInvocation.HandleInvocation. methodDescriptionThe invoked method.private MethodDescription.InDefinedShapeMethodInvocation.Invocation. methodDescriptionThe type on which this method is to be invoked.Methods in net.bytebuddy.implementation.bytecode.member with parameters of type MethodDescription.InDefinedShape Modifier and Type Method Description static MethodInvocation.WithImplicitInvocationTargetTypeMethodInvocation. invoke(MethodDescription.InDefinedShape methodDescription)Creates a method invocation with an implicitly determined invocation type.Constructors in net.bytebuddy.implementation.bytecode.member with parameters of type MethodDescription.InDefinedShape Constructor Description DynamicInvocation(java.lang.String methodName, TypeDescription returnType, java.util.List<? extends TypeDescription> parameterTypes, MethodDescription.InDefinedShape bootstrapMethod, java.util.List<?> arguments)Creates a new dynamic method invocation.HandleInvocation(MethodDescription.InDefinedShape methodDescription, MethodInvocation.HandleType type)Creates a new method handle invocation.Invocation(MethodDescription.InDefinedShape methodDescription)Creates an invocation of a given method on its declaring type as an invocation target.Invocation(MethodDescription.InDefinedShape methodDescription, TypeDescription typeDescription)Creates an invocation of a given method on a given invocation target type. -
Uses of MethodDescription.InDefinedShape in net.bytebuddy.matcher
Methods in net.bytebuddy.matcher with parameters of type MethodDescription.InDefinedShape Modifier and Type Method Description static <T extends MethodDescription>
ElementMatcher.Junction<T>ElementMatchers. is(MethodDescription.InDefinedShape method)Exactly matches a given method or constructor as aMethodDescriptionin its defined shape.Method parameters in net.bytebuddy.matcher with type arguments of type MethodDescription.InDefinedShape Modifier and Type Method Description static <T extends MethodDescription>
ElementMatcher.Junction<T>ElementMatchers. definedMethod(ElementMatcher<? super MethodDescription.InDefinedShape> matcher)Matches a method in its defined shape. -
Uses of MethodDescription.InDefinedShape in net.bytebuddy.pool
Classes in net.bytebuddy.pool that implement MethodDescription.InDefinedShape Modifier and Type Class Description private classTypePool.Default.LazyTypeDescription.LazyMethodDescriptionA lazy representation of a method that resolves references to types only on demand.Methods in net.bytebuddy.pool that return MethodDescription.InDefinedShape Modifier and Type Method Description MethodDescription.InDefinedShapeTypePool.Default.LazyTypeDescription.MethodTokenList. get(int index)MethodDescription.InDefinedShapeTypePool.Default.LazyTypeDescription.LazyMethodDescription.LazyParameterDescription. getDeclaringMethod()Returns the method that declares this parameter.MethodDescription.InDefinedShapeTypePool.Default.LazyTypeDescription. getEnclosingMethod()Returns a description of the method that encloses this type.MethodDescription.InDefinedShapeTypePool.Default.LazyTypeDescription.TypeContainment. getEnclosingMethod(TypePool typePool)Returns the enclosing method ornullif no such method exists.MethodDescription.InDefinedShapeTypePool.Default.LazyTypeDescription.TypeContainment.SelfContained. getEnclosingMethod(TypePool typePool)Returns the enclosing method ornullif no such method exists.MethodDescription.InDefinedShapeTypePool.Default.LazyTypeDescription.TypeContainment.WithinMethod. getEnclosingMethod(TypePool typePool)Returns the enclosing method ornullif no such method exists.MethodDescription.InDefinedShapeTypePool.Default.LazyTypeDescription.TypeContainment.WithinType. getEnclosingMethod(TypePool typePool)Returns the enclosing method ornullif no such method exists.private MethodDescription.InDefinedShapeTypePool.Default.LazyTypeDescription.MethodToken. toMethodDescription(TypePool.Default.LazyTypeDescription lazyTypeDescription)Transforms this method token to a method description that is attached to a lazy type description.Methods in net.bytebuddy.pool that return types with arguments of type MethodDescription.InDefinedShape Modifier and Type Method Description MethodList<MethodDescription.InDefinedShape>TypePool.Default.LazyTypeDescription. getDeclaredMethods()Returns the methods that this type declares.Methods in net.bytebuddy.pool with parameters of type MethodDescription.InDefinedShape Modifier and Type Method Description AnnotationValue<U,V>TypePool.Default.LazyTypeDescription.LazyAnnotationValue. filter(MethodDescription.InDefinedShape property, TypeDefinition typeDefinition)Filters this annotation value as a valid value of the provided property.AnnotationValue<?,?>TypePool.Default.LazyTypeDescription.LazyAnnotationDescription. getValue(MethodDescription.InDefinedShape property)Returns the value of this annotation.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.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.TypeDescription.GenericTypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.ForMethod. resolveReturnType(java.lang.String returnTypeDescriptor, TypePool typePool, java.util.Map<java.lang.String,java.util.List<TypePool.Default.LazyTypeDescription.AnnotationToken>> annotationTokens, MethodDescription.InDefinedShape definingMethod)Resolves the return type of the represented method.TypeDescription.GenericTypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.ForMethod.Tokenized. resolveReturnType(java.lang.String returnTypeDescriptor, TypePool typePool, java.util.Map<java.lang.String,java.util.List<TypePool.Default.LazyTypeDescription.AnnotationToken>> annotationTokens, MethodDescription.InDefinedShape definingMethod)Resolves the return type of the represented method.TypeDescription.GenericTypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.Malformed. resolveReturnType(java.lang.String returnTypeDescriptor, TypePool typePool, java.util.Map<java.lang.String,java.util.List<TypePool.Default.LazyTypeDescription.AnnotationToken>> annotationTokens, MethodDescription.InDefinedShape definingMethod)Resolves the return type of the represented method.TypeDescription.GenericTypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.Raw. resolveReturnType(java.lang.String returnTypeDescriptor, TypePool typePool, java.util.Map<java.lang.String,java.util.List<TypePool.Default.LazyTypeDescription.AnnotationToken>> annotationTokens, MethodDescription.InDefinedShape definingMethod)Resolves the return type of the represented method. -
Uses of MethodDescription.InDefinedShape in net.bytebuddy.utility
Methods in net.bytebuddy.utility with parameters of type MethodDescription.InDefinedShape Modifier and Type Method Description static JavaConstant.DynamicJavaConstant.Dynamic. bootstrap(java.lang.String name, MethodDescription.InDefinedShape bootstrapMethod, java.lang.Object... constant)Binds the supplied bootstrap method or constructor for the resolution of a dynamic constant.static JavaConstant.DynamicJavaConstant.Dynamic. bootstrap(java.lang.String name, MethodDescription.InDefinedShape bootstrap, java.util.List<?> constants)Binds the supplied bootstrap method or constructor for the resolution of a dynamic constant.protected static JavaConstant.MethodHandle.HandleTypeJavaConstant.MethodHandle.HandleType. of(MethodDescription.InDefinedShape methodDescription)Extracts a handle type for invoking the given method.static JavaConstant.MethodHandleJavaConstant.MethodHandle. of(MethodDescription.InDefinedShape methodDescription)Creates a method handle representation of the given method.static JavaConstant.DynamicJavaConstant.Dynamic. ofInvocation(MethodDescription.InDefinedShape methodDescription, java.lang.Object... constant)Represents a constant that is resolved by invoking astaticfactory method or a constructor.static JavaConstant.DynamicJavaConstant.Dynamic. ofInvocation(MethodDescription.InDefinedShape methodDescription, java.util.List<?> constants)Represents a constant that is resolved by invoking astaticfactory method or a constructor.protected static JavaConstant.MethodHandle.HandleTypeJavaConstant.MethodHandle.HandleType. ofSpecial(MethodDescription.InDefinedShape methodDescription)Extracts a handle type for invoking the given method via invokespecial.static JavaConstant.MethodHandleJavaConstant.MethodHandle. ofSpecial(MethodDescription.InDefinedShape methodDescription, TypeDescription typeDescription)Creates a method handle representation of the given method for an explicit special method invocation of an otherwise virtual method.
-