Uses of Class
net.bytebuddy.implementation.bytecode.member.MethodInvocation.HandleType
-
Packages that use MethodInvocation.HandleType Package Description net.bytebuddy.implementation.bytecode.member 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.HandleType Modifier and Type Field Description private MethodInvocation.HandleType
MethodInvocation.HandleInvocation. type
The type of method handle invocation.Methods in net.bytebuddy.implementation.bytecode.member that return MethodInvocation.HandleType Modifier and Type Method Description static MethodInvocation.HandleType
MethodInvocation.HandleType. valueOf(java.lang.String name)
Returns 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.HandleType Modifier and Type Method Description StackManipulation
MethodInvocation.IllegalInvocation. onHandle(MethodInvocation.HandleType type)
Invokes the method via aMethodHandle
.StackManipulation
MethodInvocation.Invocation. onHandle(MethodInvocation.HandleType type)
Invokes the method via aMethodHandle
.StackManipulation
MethodInvocation.OfGenericMethod. onHandle(MethodInvocation.HandleType type)
Invokes the method via aMethodHandle
.StackManipulation
MethodInvocation.WithImplicitInvocationTargetType. onHandle(MethodInvocation.HandleType type)
Invokes the method via aMethodHandle
.Constructors in net.bytebuddy.implementation.bytecode.member with parameters of type MethodInvocation.HandleType Constructor Description HandleInvocation(MethodDescription.InDefinedShape methodDescription, MethodInvocation.HandleType type)
Creates a new method handle invocation.
-