Uses of Class
net.bytebuddy.implementation.bytecode.member.MethodInvocation.HandleType
-
Packages that use MethodInvocation.HandleType Package Description net.bytebuddy.implementation.bytecode.member StackManipulations 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.HandleTypeMethodInvocation.HandleInvocation. typeThe type of method handle invocation.Methods in net.bytebuddy.implementation.bytecode.member that return MethodInvocation.HandleType Modifier and Type Method Description static MethodInvocation.HandleTypeMethodInvocation.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 StackManipulationMethodInvocation.IllegalInvocation. onHandle(MethodInvocation.HandleType type)Invokes the method via aMethodHandle.StackManipulationMethodInvocation.Invocation. onHandle(MethodInvocation.HandleType type)Invokes the method via aMethodHandle.StackManipulationMethodInvocation.OfGenericMethod. onHandle(MethodInvocation.HandleType type)Invokes the method via aMethodHandle.StackManipulationMethodInvocation.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.
-