Uses of Class
net.bytebuddy.utility.JavaConstant.MethodHandle.HandleType
-
Packages that use JavaConstant.MethodHandle.HandleType Package Description net.bytebuddy.agent.builder An agent builder is used to easily implement load-time class-transformations using a Java agent.net.bytebuddy.utility This package contains utility classes for common use within any Byte Buddy logic. -
-
Uses of JavaConstant.MethodHandle.HandleType in net.bytebuddy.agent.builder
Methods in net.bytebuddy.agent.builder with parameters of type JavaConstant.MethodHandle.HandleType Modifier and Type Method Description protected static ByteCodeAppenderAgentBuilder.LambdaInstrumentationStrategy.LambdaInstanceFactory.LambdaMethodImplementation.Appender. of(MethodDescription targetMethod, JavaConstant.MethodType specializedLambdaMethod, java.util.List<FieldDescription.InDefinedShape> declaredFields, JavaConstant.MethodHandle.HandleType handleType, TypeDescription targetType)Resolves an appropriate appender for this lambda expression. -
Uses of JavaConstant.MethodHandle.HandleType in net.bytebuddy.utility
Fields in net.bytebuddy.utility declared as JavaConstant.MethodHandle.HandleType Modifier and Type Field Description private JavaConstant.MethodHandle.HandleTypeJavaConstant.MethodHandle. handleTypeThe handle type that is represented by this instance.Methods in net.bytebuddy.utility that return JavaConstant.MethodHandle.HandleType Modifier and Type Method Description JavaConstant.MethodHandle.HandleTypeJavaConstant.MethodHandle. getHandleType()Returns the handle type represented by this instance.protected static JavaConstant.MethodHandle.HandleTypeJavaConstant.MethodHandle.HandleType. of(int identifier)Extracts a handle type for the given identifier.protected static JavaConstant.MethodHandle.HandleTypeJavaConstant.MethodHandle.HandleType. of(MethodDescription.InDefinedShape methodDescription)Extracts a handle type for invoking the given method.protected static JavaConstant.MethodHandle.HandleTypeJavaConstant.MethodHandle.HandleType. ofGetter(FieldDescription.InDefinedShape fieldDescription)Extracts a handle type for a getter of the given field.protected static JavaConstant.MethodHandle.HandleTypeJavaConstant.MethodHandle.HandleType. ofSetter(FieldDescription.InDefinedShape fieldDescription)Extracts a handle type for a setter of the given field.protected static JavaConstant.MethodHandle.HandleTypeJavaConstant.MethodHandle.HandleType. ofSpecial(MethodDescription.InDefinedShape methodDescription)Extracts a handle type for invoking the given method via invokespecial.static JavaConstant.MethodHandle.HandleTypeJavaConstant.MethodHandle.HandleType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static JavaConstant.MethodHandle.HandleType[]JavaConstant.MethodHandle.HandleType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.bytebuddy.utility with parameters of type JavaConstant.MethodHandle.HandleType Constructor Description MethodHandle(JavaConstant.MethodHandle.HandleType handleType, TypeDescription ownerType, java.lang.String name, TypeDescription returnType, java.util.List<? extends TypeDescription> parameterTypes)Creates a method handle representation.
-