| Package | Description |
|---|---|
| net.bytebuddy.agent.builder |
An agent builder is used to easily implement load-time class-transformations using a Java agent.
|
| Modifier and Type | Class and Description |
|---|---|
protected static class |
ResettableClassFileTransformer.WithDelegation.Substitutable
A standard implementation of a substitutable
ResettableClassFileTransformer. |
| Modifier and Type | Method and Description |
|---|---|
static ResettableClassFileTransformer.Substitutable |
ResettableClassFileTransformer.WithDelegation.Substitutable.of(ResettableClassFileTransformer classFileTransformer)
Creates a new substitutable class file transformer of another class file transformer.
|
| Constructor and Description |
|---|
ForPatchWithSubstitution(ResettableClassFileTransformer.Substitutable classFileTransformer)
Creates a new handler for substitution.
|
Copyright © 2014–2025. All rights reserved.