public static interface AgentBuilder.TransformerDecorator
Modifier and Type | Interface and Description |
---|---|
static class |
AgentBuilder.TransformerDecorator.Compound
A compound transformer decorator.
|
static class |
AgentBuilder.TransformerDecorator.ForSubstitution
Wraps a class file transformer to become substitutable.
|
static class |
AgentBuilder.TransformerDecorator.NoOp
A transformer decorator that retains the original transformer.
|
Modifier and Type | Method and Description |
---|---|
ResettableClassFileTransformer |
decorate(ResettableClassFileTransformer classFileTransformer)
Decorates the applied class file transformer.
|
ResettableClassFileTransformer decorate(ResettableClassFileTransformer classFileTransformer)
classFileTransformer
- The original transformer created by the agent builder.Copyright © 2014–2025. All rights reserved.