Uses of Enum
net.bytebuddy.implementation.bytecode.member.MethodInvocation.HandleType
Packages that use MethodInvocation.HandleType
Package
Description
StackManipulations of this package are responsible for
accessing type or method members, i.e. reading and writing of fields, invoking of methods, access of local variables
within a method invocation or returning values from method invocations.-
Uses of MethodInvocation.HandleType in net.bytebuddy.implementation.bytecode.member
Subclasses with type arguments of type MethodInvocation.HandleType in net.bytebuddy.implementation.bytecode.memberModifier and TypeClassDescriptionstatic enumThe type of method handle invocation.Methods in net.bytebuddy.implementation.bytecode.member that return MethodInvocation.HandleTypeModifier and TypeMethodDescriptionstatic MethodInvocation.HandleTypeReturns the enum constant of this type with the specified name.static MethodInvocation.HandleType[]MethodInvocation.HandleType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.bytebuddy.implementation.bytecode.member with parameters of type MethodInvocation.HandleTypeModifier and TypeMethodDescriptionMethodInvocation.IllegalInvocation.onHandle(MethodInvocation.HandleType type) Invokes the method via aMethodHandle.MethodInvocation.Invocation.onHandle(MethodInvocation.HandleType type) Invokes the method via aMethodHandle.MethodInvocation.OfGenericMethod.onHandle(MethodInvocation.HandleType type) Invokes the method via aMethodHandle.MethodInvocation.WithImplicitInvocationTargetType.onHandle(MethodInvocation.HandleType type) Invokes the method via aMethodHandle.Constructors in net.bytebuddy.implementation.bytecode.member with parameters of type MethodInvocation.HandleTypeModifierConstructorDescriptionprotectedHandleInvocation(MethodDescription.InDefinedShape methodDescription, MethodInvocation.HandleType type) Creates a new method handle invocation.