Uses of Class
net.bytebuddy.utility.JavaConstant.MethodHandle

Packages that use JavaConstant.MethodHandle
Package
Description
An agent builder is used to easily implement load-time class-transformations using a Java agent.
The ASM package contains classes that are meant for direct interaction with the ASM API.
All classes and types in this package are related to creating a DynamicType by enhancing a given type.
The implementation package contains any logic for intercepting method calls.
StackManipulations in this package are responsible for creating compile-time constants and pushing them onto the operand stack.
StackManipulations of this package are responsible for accessing type or method members, i.e.
This package contains utility classes for common use within any Byte Buddy logic.