Package | Description |
---|---|
net.bytebuddy.description.annotation |
Contains descriptions of annotations and annotation values.
|
net.bytebuddy.dynamic.loading |
This package contains classes that are responsible for class loading of classes that are represented by
byte arrays. |
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 |
---|
RandomString
A provider of randomized
String values. |
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.Dispatcher
A dispatcher for analyzing a
java.lang.invoke.MethodHandle instance. |
JavaInstance.MethodHandle.Dispatcher.AbstractBase
An abstract base impleementation of a dispatcher.
|
JavaInstance.MethodHandle.Dispatcher.ForLegacyVm
A dispatcher that does not support method handles at all.
|
JavaInstance.MethodHandle.Dispatcher.Initializable
An initializable version of a dispatcher that is not yet made accessible.
|
JavaInstance.MethodHandle.HandleType
A representation of a method handle's type.
|
JavaInstance.MethodType
Represents a
java.lang.invoke.MethodType object. |
JavaInstance.MethodType.Dispatcher
A dispatcher for extracting information from a
java.lang.invoke.MethodType instance. |
JavaInstance.MethodType.Dispatcher.ForLegacyVm
A dispatcher for virtual machines that are not aware of the
java.lang.invoke.MethodType type that was added in Java version 7. |
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 . |
StreamDrainer
A utility for draining the contents of an
InputStream into a byte array. |
Copyright © 2014–2015. All rights reserved.