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 a
DynamicType by
enhancing a given type. |
net.bytebuddy.dynamic.scaffold.subclass |
All classes and types in this package are related to creating a
DynamicType 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 given
InstrumentedType . |
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.
|
Class and Description |
---|
AuxiliaryType.NamingStrategy
Representation of a naming strategy for an auxiliary type.
|
Class and Description |
---|
AuxiliaryType.NamingStrategy
Representation of a naming strategy for an auxiliary type.
|
Class and Description |
---|
AuxiliaryType.NamingStrategy
Representation of a naming strategy for an auxiliary type.
|
Class and Description |
---|
AuxiliaryType.NamingStrategy
Representation of a naming strategy for an auxiliary type.
|
Class and Description |
---|
AuxiliaryType.NamingStrategy
Representation of a naming strategy for an auxiliary type.
|
Class and 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.
|
Class and 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 a
MethodCallProxy . |
MethodCallProxy.PrecomputedMethodGraph
A precomputed method graph that only displays the methods that are relevant for creating a method call proxy.
|
PrivilegedMemberLookupAction
A
PrivilegedExceptionAction to lookup a method constant using an java.security.AccessController . |
TrivialType
A trivial type that extends
Object 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 the
TypeProxy.InvocationFactory . |
TypeProxy.SilentConstruction
An implementation of a silent construction of a given type by using the non-standardized
ReflectionFactory . |
Class and Description |
---|
AuxiliaryType
An auxiliary type that provides services to the instrumentation of another type.
|
Copyright © 2014–2021. All rights reserved.