Package | Description |
---|---|
net.bytebuddy.agent.builder |
An agent builder is used to easily implement load-time class-transformations using a Java agent.
|
net.bytebuddy.dynamic |
This package contains classes and interfaces that are connected to writing the byte stream that represents a Java
type that is dynamically created and for loading this type into a running JVM process.
|
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.implementation.bytecode.member |
StackManipulation s of this package are responsible for
accessing type or method members, i.e. |
net.bytebuddy.matcher |
Contains an API for matching Java byte code entities.
|
net.bytebuddy.utility |
This package contains utility classes for common use within any Byte Buddy logic.
|
Class and Description |
---|
JavaConstant.MethodHandle
Represents a
java.lang.invoke.MethodHandle object. |
JavaConstant.MethodType
Represents a
java.lang.invoke.MethodType object. |
JavaModule
Type-safe representation of a
java.lang.Module . |
Class and Description |
---|
JavaModule
Type-safe representation of a
java.lang.Module . |
Class and Description |
---|
RandomString
A provider of randomized
String values. |
Class and Description |
---|
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.
|
Class and Description |
---|
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.
|
Class and Description |
---|
JavaConstant.MethodType
Represents a
java.lang.invoke.MethodType object. |
Class and Description |
---|
JavaModule
Type-safe representation of a
java.lang.Module . |
Class and Description |
---|
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.Dynamic
Represents a dynamically resolved constant pool entry of a class file.
|
JavaConstant.MethodHandle
Represents a
java.lang.invoke.MethodHandle object. |
JavaConstant.MethodHandle.Dispatcher
A dispatcher for analyzing a
java.lang.invoke.MethodHandle instance. |
JavaConstant.MethodHandle.Dispatcher.AbstractBase
An abstract base implementation of a dispatcher.
|
JavaConstant.MethodHandle.Dispatcher.CreationAction
A creation action for a dispatcher.
|
JavaConstant.MethodHandle.Dispatcher.ForLegacyVm
A dispatcher that does not support method handles at all.
|
JavaConstant.MethodHandle.Dispatcher.Initializable
An initializable version of a dispatcher that is not yet made accessible.
|
JavaConstant.MethodHandle.HandleType
A representation of a method handle's type.
|
JavaConstant.MethodType
Represents a
java.lang.invoke.MethodType object. |
JavaConstant.MethodType.Dispatcher
A dispatcher for extracting information from a
java.lang.invoke.MethodType instance. |
JavaConstant.MethodType.Dispatcher.CreationAction
A creation action for a dispatcher.
|
JavaConstant.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. |
JavaModule
Type-safe representation of a
java.lang.Module . |
JavaModule.Dispatcher
A dispatcher for accessing the
java.lang.Module API if it is available on the current VM. |
JavaModule.Dispatcher.CreationAction
A creation action for a dispatcher.
|
JavaModule.Dispatcher.Disabled
A disabled dispatcher for a VM that does not support the
java.lang.Module API. |
JavaModule.Dispatcher.Enabled
A dispatcher for a VM that does support the
java.lang.Module API. |
JavaType
Representations of Java types that do not exist in Java 6 but that have a special meaning to the JVM.
|
StreamDrainer
A utility for draining the contents of an
InputStream into a byte array. |
Copyright © 2014–2020. All rights reserved.