| 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 | Method and Description |
|---|---|
static ResettableClassFileTransformer |
ResettableClassFileTransformer.WithDelegation.of(ResettableClassFileTransformer classFileTransformer,
ResettableClassFileTransformer.WithDelegation.Callback<?> callback)
Creates a resettable class file transformer that wraps another transformer and adds a callback to the
beginning and end of each transformation.
|
| Constructor and Description |
|---|
WithCallback(ResettableClassFileTransformer classFileTransformer,
ResettableClassFileTransformer.WithDelegation.Callback<T> callback)
Creates a delegating class file transformer with callback.
|
Copyright © 2014–2025. All rights reserved.