Package | Description |
---|---|
net.bytebuddy.description.annotation |
Contains descriptions of annotations and annotation values.
|
net.bytebuddy.description.method |
Contains descriptions of Java methods and constructors as well as their parameters.
|
net.bytebuddy.implementation |
The implementation package contains any logic for intercepting method calls.
|
net.bytebuddy.implementation.bytecode.constant |
StackManipulation s in this package are responsible for
creating compile-time constants and pushing them onto the operand stack. |
net.bytebuddy.utility |
This package contains utility classes for common use within any Byte Buddy logic.
|
Class and Description |
---|
PropertyDispatcher
A dispatcher for invoking
Object.toString() and Object.hashCode() methods that are sensitive to
array values which need redirection to different specialized methods defined by Arrays . |
Class and Description |
---|
JavaMethod
A canonical representation of a Java method that is invoked via reflection which might not be available
on every Java virtual machine.
|
Class and Description |
---|
JavaInstance
Returns a Java instance of an object that has a special meaning to the Java virtual machine and that is not
available to Java in versions 6.
|
Class and Description |
---|
JavaInstance.MethodHandle
Represents a
java.lang.invoke.MethodHandle object. |
JavaInstance.MethodType
Represents a
java.lang.invoke.MethodType object. |
Class and Description |
---|
JavaInstance
Returns a Java instance of an object that has a special meaning to the Java virtual machine and that is not
available to Java in versions 6.
|
JavaInstance.MethodHandle
Represents a
java.lang.invoke.MethodHandle object. |
JavaInstance.MethodHandle.HandleType
A representation of a method handle's type.
|
JavaInstance.MethodType
Represents a
java.lang.invoke.MethodType object. |
JavaMethod
A canonical representation of a Java method that is invoked via reflection which might not be available
on every Java virtual machine.
|
JavaMethod.ForUnavailableMethod
Represents a method that cannot be invoked.
|
JavaType
Representations of Java types that do not exist in Java 6 but that have a special meaning to the JVM.
|
PropertyDispatcher
A dispatcher for invoking
Object.toString() and Object.hashCode() methods that are sensitive to
array values which need redirection to different specialized methods defined by Arrays . |
Copyright © 2014–2015. All rights reserved.