Package | Description |
---|---|
net.bytebuddy |
Byte Buddy is a library for creating Java classes at runtime of a Java program.
|
net.bytebuddy.agent.builder |
An agent builder is used to easily implement load-time class-transformations using a Java agent.
|
net.bytebuddy.build |
A package for types that allow for applying Byte Buddy transformation during a build 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. |
Class and Description |
---|
MethodNameTransformer
A method name transformer provides a unique mapping of a method's name to an alternative name.
|
Class and Description |
---|
MethodNameTransformer
A method name transformer provides a unique mapping of a method's name to an alternative name.
|
Class and Description |
---|
MethodNameTransformer
A method name transformer provides a unique mapping of a method's name to an alternative name.
|
Class and Description |
---|
MethodRebaseResolver
A method rebase resolver is responsible for mapping methods of an instrumented type to an alternative signature.
|
MethodRebaseResolver.Resolution
A resolution for a method that was checked by a
MethodRebaseResolver . |
Class and Description |
---|
AbstractInliningDynamicTypeBuilder
An abstract base implementation of a dynamic type builder that alters an existing type.
|
MethodNameTransformer
A method name transformer provides a unique mapping of a method's name to an alternative name.
|
MethodRebaseResolver
A method rebase resolver is responsible for mapping methods of an instrumented type to an alternative signature.
|
MethodRebaseResolver.Disabled
A method rebase resolver that preserves any method in its original form.
|
MethodRebaseResolver.Resolution
A resolution for a method that was checked by a
MethodRebaseResolver . |
Copyright © 2014–2025. All rights reserved.