See: Description
Interface | 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.
|
JavaMethod |
A canonical representation of a Java method that is invoked via reflection which might not be available
on every Java virtual machine.
|
Class | Description |
---|---|
ByteBuddyCommons |
Represents a collection of common helper functions.
|
JavaInstance.MethodHandle |
Represents a
java.lang.invoke.MethodHandle object. |
JavaInstance.MethodType |
Represents a
java.lang.invoke.MethodType object. |
JavaMethod.ForLoadedConstructor |
Represents a constructor that can be invoked.
|
JavaMethod.ForLoadedMethod |
Represents a method that can be invoked.
|
RandomString |
A provider of randomized
String values. |
StreamDrainer |
A utility for draining the contents of an
InputStream into a byte array. |
Enum | Description |
---|---|
JavaInstance.MethodHandle.HandleType |
A representation of a method handle's type.
|
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.