Uses of Package
net.bytebuddy.implementation.auxiliary
Packages that use net.bytebuddy.implementation.auxiliary
Package
Description
Byte Buddy is a library for creating Java classes at runtime of a Java program.
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 helper types and implementations that are responsible for the actual writing of a byte array
representing a Java class.
All classes and types in this package are related to creating a
DynamicType
by
enhancing a given type.All classes and types in this package are related to creating a
DynamicType
by
creating a subclass of 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
.This package contains annotations, types and classes that are responsible for binding a method to calling another
method by interpreting annotations that indicate how a method should be bound to another method.
-
Classes in net.bytebuddy.implementation.auxiliary used by net.bytebuddyClassDescriptionRepresentation of a naming strategy for an auxiliary type.
-
Classes in net.bytebuddy.implementation.auxiliary used by net.bytebuddy.dynamicClassDescriptionRepresentation of a naming strategy for an auxiliary type.
-
Classes in net.bytebuddy.implementation.auxiliary used by net.bytebuddy.dynamic.scaffoldClassDescriptionRepresentation of a naming strategy for an auxiliary type.
-
Classes in net.bytebuddy.implementation.auxiliary used by net.bytebuddy.dynamic.scaffold.inlineClassDescriptionRepresentation of a naming strategy for an auxiliary type.
-
Classes in net.bytebuddy.implementation.auxiliary used by net.bytebuddy.dynamic.scaffold.subclassClassDescriptionRepresentation of a naming strategy for an auxiliary type.
-
Classes in net.bytebuddy.implementation.auxiliary used by net.bytebuddy.implementationClassDescriptionAn auxiliary type that provides services to the instrumentation of another type.Representation of a naming strategy for an auxiliary type.
-
Classes in net.bytebuddy.implementation.auxiliary used by net.bytebuddy.implementation.auxiliaryClassDescriptionAn auxiliary type that provides services to the instrumentation of another type.Representation of a naming strategy for an auxiliary type.An implementation for a constructor of a
MethodCallProxy
.A precomputed method graph that only displays the methods that are relevant for creating a method call proxy.APrivilegedExceptionAction
to lookup a method constant using anjava.security.AccessController
.A trivial type that extendsObject
without defining any fields, methods or constructors.A stack manipulation that throws an abstract method error in case that a given super method cannot be invoked.An invocation factory is responsible for creating a special method invocation for any method that is to be invoked.Default implementations of theTypeProxy.InvocationFactory
.An implementation of a silent construction of a given type by using the non-standardizedReflectionFactory
. -
Classes in net.bytebuddy.implementation.auxiliary used by net.bytebuddy.implementation.bind.annotationClassDescriptionAn auxiliary type that provides services to the instrumentation of another type.