Uses of Package
net.bytebuddy.implementation.auxiliary
-
Packages that use net.bytebuddy.implementation.auxiliary Package Description net.bytebuddy Byte Buddy is a library for creating Java classes at runtime of a Java program.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.scaffold This package contains helper types and implementations that are responsible for the actual writing of a byte array representing a Java class.net.bytebuddy.dynamic.scaffold.inline All classes and types in this package are related to creating aDynamicType
by enhancing a given type.net.bytebuddy.dynamic.scaffold.subclass All classes and types in this package are related to creating aDynamicType
by creating a subclass of a given type.net.bytebuddy.implementation The implementation package contains any logic for intercepting method calls.net.bytebuddy.implementation.auxiliary Auxiliary types describe helper types that aid as a supplementary to a givenInstrumentedType
.net.bytebuddy.implementation.bind.annotation 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.bytebuddy Class Description AuxiliaryType.NamingStrategy Representation of a naming strategy for an auxiliary type. -
Classes in net.bytebuddy.implementation.auxiliary used by net.bytebuddy.dynamic Class Description AuxiliaryType.NamingStrategy Representation of a naming strategy for an auxiliary type. -
Classes in net.bytebuddy.implementation.auxiliary used by net.bytebuddy.dynamic.scaffold Class Description AuxiliaryType.NamingStrategy Representation of a naming strategy for an auxiliary type. -
Classes in net.bytebuddy.implementation.auxiliary used by net.bytebuddy.dynamic.scaffold.inline Class Description AuxiliaryType.NamingStrategy Representation of a naming strategy for an auxiliary type. -
Classes in net.bytebuddy.implementation.auxiliary used by net.bytebuddy.dynamic.scaffold.subclass Class Description AuxiliaryType.NamingStrategy Representation of a naming strategy for an auxiliary type. -
Classes in net.bytebuddy.implementation.auxiliary used by net.bytebuddy.implementation Class Description AuxiliaryType An auxiliary type that provides services to the instrumentation of another type.AuxiliaryType.NamingStrategy Representation of a naming strategy for an auxiliary type. -
Classes in net.bytebuddy.implementation.auxiliary used by net.bytebuddy.implementation.auxiliary Class Description AuxiliaryType An auxiliary type that provides services to the instrumentation of another type.AuxiliaryType.NamingStrategy Representation of a naming strategy for an auxiliary type.MethodCallProxy.ConstructorCall An implementation for a constructor of aMethodCallProxy
.MethodCallProxy.PrecomputedMethodGraph A precomputed method graph that only displays the methods that are relevant for creating a method call proxy.PrivilegedMemberLookupAction APrivilegedExceptionAction
to lookup a method constant using anAccessController
.TrivialType A trivial type that extendsObject
without defining any fields, methods or constructors.TypeProxy.AbstractMethodErrorThrow A stack manipulation that throws an abstract method error in case that a given super method cannot be invoked.TypeProxy.InvocationFactory An invocation factory is responsible for creating a special method invocation for any method that is to be invoked.TypeProxy.InvocationFactory.Default Default implementations of theTypeProxy.InvocationFactory
.TypeProxy.SilentConstruction 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.annotation Class Description AuxiliaryType An auxiliary type that provides services to the instrumentation of another type.