Uses of Enum Class
net.bytebuddy.implementation.bytecode.member.MethodInvocation.HandleType
Packages that use MethodInvocation.HandleType
Package
Description
StackManipulation
s of this package are responsible for
accessing type or method members, i.e.-
Uses of MethodInvocation.HandleType in net.bytebuddy.implementation.bytecode.member
Fields in net.bytebuddy.implementation.bytecode.member declared as MethodInvocation.HandleTypeModifier and TypeFieldDescriptionprivate final MethodInvocation.HandleType
MethodInvocation.HandleInvocation.type
The type of method handle invocation.Methods in net.bytebuddy.implementation.bytecode.member that return MethodInvocation.HandleTypeModifier and TypeMethodDescriptionstatic MethodInvocation.HandleType
Returns the enum constant of this class with the specified name.static MethodInvocation.HandleType[]
MethodInvocation.HandleType.values()
Returns an array containing the constants of this enum class, 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.HandleTypeModifierConstructorDescriptionprotected
HandleInvocation
(MethodDescription.InDefinedShape methodDescription, MethodInvocation.HandleType type) Creates a new method handle invocation.