Uses of Package
net.bytebuddy.utility
Packages that use net.bytebuddy.utility
Package
Description
Byte Buddy is a library for creating Java classes at runtime of a Java program.
An agent builder is used to easily implement load-time class-transformations using a Java agent.
The ASM package contains classes that are meant for direct interaction with the ASM API.
A package for types that allow for applying Byte Buddy transformation during a build process.
Contains descriptions of Java types and packages.
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.
This package contains classes that are responsible for class loading of classes that are represented by
byte arrays.All classes and types in this package are related to creating a
DynamicType by
enhancing a given type.The implementation package contains any logic for intercepting method calls.
Auxiliary types describe helper types that aid as a supplementary to a given
InstrumentedType.StackManipulations in this package are responsible for
creating compile-time constants and pushing them onto the operand stack.StackManipulations of this package are responsible for
accessing type or method members, i.e.Contains an API for matching Java byte code entities.
This package contains utility classes for common use within any Byte Buddy logic.
A package to handle dispatching of classes.
-
Classes in net.bytebuddy.utility used by net.bytebuddy
-
Classes in net.bytebuddy.utility used by net.bytebuddy.agent.builderClassDescriptionRepresents a
java.lang.invoke.MethodHandleobject.A representation of a method handle's type.Represents ajava.lang.invoke.MethodTypeobject.Type-safe representation of ajava.lang.Module. -
Classes in net.bytebuddy.utility used by net.bytebuddy.asmClassDescriptionRepresents a value that can be represented as a constant expression or constant pool value.Represents a constant-pool constant within a Java class file.Represents a
java.lang.invoke.MethodHandleobject. -
Classes in net.bytebuddy.utility used by net.bytebuddy.build
-
Classes in net.bytebuddy.utility used by net.bytebuddy.description.type
-
Classes in net.bytebuddy.utility used by net.bytebuddy.dynamic
-
Classes in net.bytebuddy.utility used by net.bytebuddy.dynamic.loadingClassDescriptionType-safe representation of a
java.lang.Module.A provider of randomizedStringvalues. -
Classes in net.bytebuddy.utility used by net.bytebuddy.dynamic.scaffold.inline
-
Classes in net.bytebuddy.utility used by net.bytebuddy.implementationClassDescriptionRepresents a value that can be represented as a constant expression or constant pool value.Represents a constant-pool constant within a Java class file.Represents a
java.lang.invoke.MethodHandleobject. -
Classes in net.bytebuddy.utility used by net.bytebuddy.implementation.auxiliary
-
Classes in net.bytebuddy.utility used by net.bytebuddy.implementation.bytecode.constantClassDescriptionRepresents a constant-pool constant within a Java class file.Represents a dynamically resolved constant pool entry of a class file.Represents a
java.lang.invoke.MethodHandleobject.Represents ajava.lang.invoke.MethodTypeobject.A visitor to resolve aJavaConstantbased on its implementation. -
Classes in net.bytebuddy.utility used by net.bytebuddy.implementation.bytecode.memberClassDescriptionRepresents a constant-pool constant within a Java class file.Represents a
java.lang.invoke.MethodTypeobject. -
Classes in net.bytebuddy.utility used by net.bytebuddy.matcher
-
Classes in net.bytebuddy.utility used by net.bytebuddy.utilityClassDescriptionRepresents a value that can be represented as a constant expression or constant pool value.A comparator for guaranteeing a stable order for declared
Constructors.A comparator for guaranteeing a stable order for declaredFields.A dispatcher to interact with the file system.A dispatcher to resolve aFileto ajava.nio.file.Path.A dispatcher to access thejava.nio.file.FilesAPI.A dispatcher to interact withjava.nio.file.StandardCopyOption.A utility that resolves Graal VM native image properties.A privileged action to resolve the image code via the current JVM processes input arguments, if available.Represents a constant-pool constant within a Java class file.Represents a dynamically resolved constant pool entry of a class file.Represents ajava.lang.invoke.MethodHandleobject.A representation of a method handle's type.A dispatcher to interact withjava.lang.invoke.MethodHandleInfo.A dispatcher to interact withjava.lang.invoke.MethodHandles.A dispatcher to interact withjava.lang.invoke.MethodHandles$Lookup.A dispatcher to interact withjava.lang.invoke.MethodType.Represents ajava.lang.invoke.MethodTypeobject.A dispatcher for extracting information from ajava.lang.invoke.MethodTypeinstance.A dispatcher to representjava.lang.constant.ConstantDesc.A dispatcher to representjava.lang.constant.ClassDesc.A dispatcher to representjava.lang.constant.DirectMethodHandleDesc.A dispatcher to representjava.lang.constant.DirectMethodHandleDesc$Kind.A dispatcher to representjava.lang.constant.DynamicConstantDesc.A dispatcher to representjava.lang.constant.MethodHandleDesc.A dispatcher to representjava.lang.constant.MethodTypeDesc.Represents a trivial constant value that represents itself.A visitor to resolve aJavaConstantbased on its implementation.A non-operational implementation of aJavaConstant.Visitorfor aJavaConstant.Type-safe representation of ajava.lang.Module.A proxy for interacting withjava.lang.Module.A proxy for resolving aClass'sjava.lang.Module.Representations of Java types that do not exist in Java 6 but that have a special meaning to the JVM.A comparator for guaranteeing a stable order for declaredMethods.A factory for creating aQueue.A dispatcher for creating anjava.util.ArrayDeque.A utility for draining the contents of anInputStreaminto abytearray. -
Classes in net.bytebuddy.utility used by net.bytebuddy.utility.dispatcher