See: Description
| Interface | Description |
|---|---|
| FileSystem.Dispatcher |
A dispatcher to resolve a
File to a java.nio.file.Path. |
| FileSystem.Files |
A dispatcher to interact with
java.nio.file.Files. |
| FileSystem.StandardCopyOption |
A dispatcher to interact with
java.nio.file.StandardCopyOption. |
| JavaConstant |
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.
|
| JavaConstant.MethodHandle.MethodHandleInfo |
A dispatcher to interact with
java.lang.invoke.MethodHandleInfo. |
| JavaConstant.MethodHandle.MethodHandles |
A dispatcher to interact with
java.lang.invoke.MethodHandles. |
| JavaConstant.MethodHandle.MethodHandles.Lookup |
A dispatcher to interact with
java.lang.invoke.MethodHandles$Lookup. |
| JavaConstant.MethodHandle.MethodType |
A dispatcher to interact with
java.lang.invoke.MethodType. |
| JavaConstant.MethodType.Dispatcher |
A dispatcher for extracting information from a
java.lang.invoke.MethodType instance. |
| JavaConstant.Simple.Dispatcher |
A dispatcher to represent
java.lang.constant.ConstantDesc. |
| JavaConstant.Simple.Dispatcher.OfClassDesc |
A dispatcher to represent
java.lang.constant.ClassDesc. |
| JavaConstant.Simple.Dispatcher.OfDirectMethodHandleDesc |
A dispatcher to represent
java.lang.constant.DirectMethodHandleDesc. |
| JavaConstant.Simple.Dispatcher.OfDirectMethodHandleDesc.ForKind |
A dispatcher to represent
java.lang.constant.DirectMethodHandleDesc$Kind. |
| JavaConstant.Simple.Dispatcher.OfDynamicConstantDesc |
A dispatcher to represent
java.lang.constant.DynamicConstantDesc. |
| JavaConstant.Simple.Dispatcher.OfMethodHandleDesc |
A dispatcher to represent
java.lang.constant.MethodHandleDesc. |
| JavaConstant.Simple.Dispatcher.OfMethodTypeDesc |
A dispatcher to represent
java.lang.constant.MethodTypeDesc. |
| JavaConstant.Visitor<T> |
A visitor to resolve a
JavaConstant based on its implementation. |
| JavaDispatcher.Dispatcher |
A dispatcher for handling a proxied method.
|
| JavaModule.Module |
A proxy for interacting with
java.lang.Module. |
| JavaModule.Resolver |
A proxy for resolving a
Class's java.lang.Module. |
| Class | Description |
|---|---|
| CompoundList |
Creates a list representation of two lists as a single, compound list.
|
| JavaConstant.Dynamic |
Represents a dynamically resolved constant pool entry of a class file.
|
| JavaConstant.MethodHandle |
Represents a
java.lang.invoke.MethodHandle object. |
| JavaConstant.MethodType |
Represents a
java.lang.invoke.MethodType object. |
| JavaConstant.Simple<T> | |
| JavaConstant.Simple.OfTrivialValue<S> |
Represents a trivial constant value that represents itself.
|
| JavaConstant.Simple.OfTypeDescription |
Represents a type constant.
|
| JavaDispatcher<T> |
A dispatcher for creating a proxy that invokes methods of a type that is possibly unknown on the current VM.
|
| JavaDispatcher.Dispatcher.ForConstructor |
A dispatcher for invoking a constructor.
|
| JavaDispatcher.Dispatcher.ForContainerCreation |
A dispatcher that creates an array.
|
| JavaDispatcher.Dispatcher.ForDefaultValue.OfNonPrimitiveArray |
A dispatcher for a non-primitive array type.
|
| JavaDispatcher.Dispatcher.ForInstanceCheck |
A dispatcher that performs an instance check.
|
| JavaDispatcher.Dispatcher.ForNonStaticMethod |
A dispatcher for invoking a non-static proxied method.
|
| JavaDispatcher.Dispatcher.ForStaticMethod |
A dispatcher for invoking a static proxied method.
|
| JavaDispatcher.Dispatcher.ForUnresolvedMethod |
A dispatcher for an unresolved method.
|
| JavaDispatcher.ProxiedClassLoader |
A class loader for loading proxied classes that do not require boxing of arguments into object arrays.
|
| JavaDispatcher.ProxiedInvocationHandler |
An invocation handler that invokes given dispatchers.
|
| JavaModule |
Type-safe representation of a
java.lang.Module. |
| JavaType.LatentTypeWithSimpleName |
A latent type that resolves the simple name without considering the declaring type which is not normally available.
|
| OpenedClassReader |
A
ClassReader that does not apply a class file version check if the net.bytebuddy.experimental property is set. |
| RandomString |
A provider of randomized
String values. |
| StreamDrainer |
A utility for draining the contents of an
InputStream into a byte array. |
| Enum | Description |
|---|---|
| FileSystem |
A dispatcher to interact with the file system.
|
| JavaConstant.MethodHandle.HandleType |
A representation of a method handle's type.
|
| JavaConstant.Visitor.NoOp |
A non-operational implementation of a
JavaConstant.Visitor for a JavaConstant. |
| JavaDispatcher.Dispatcher.ForDefaultValue |
A dispatcher that returns a fixed value.
|
| JavaDispatcher.Dispatcher.ForDefaultValue.OfPrimitiveArray |
A dispatcher for returning a default value for a primitive array.
|
| JavaType |
Representations of Java types that do not exist in Java 6 but that have a special meaning to the JVM.
|
| Annotation Type | Description |
|---|---|
| JavaDispatcher.Container |
Indicates that the method is supposed to return an array of the proxied type.
|
| JavaDispatcher.Defaults |
Indicates that a method is supposed to return a default value if a method or type could not be resolved.
|
| JavaDispatcher.Instance |
Indicates that a method is supposed to perform an instance check.
|
| JavaDispatcher.IsConstructor |
Indicates that a proxied method is a constructor.
|
| JavaDispatcher.IsStatic |
Indicates that a proxied method is static.
|
| JavaDispatcher.Proxied |
Indicates a proxied type's name.
|
Copyright © 2014–2021. All rights reserved.