| 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 |
|---|---|
static class |
AgentBuilder.Default.Transformation.Compound
A compound transformation that applied several transformation in the given order and applies the first active transformation.
|
static class |
AgentBuilder.Default.Transformation.Ignored
A transformation that does not attempt to transform any type.
|
static class |
AgentBuilder.Default.Transformation.Simple
A simple, active transformation.
|
| Modifier and Type | Field and Description |
|---|---|
protected AgentBuilder.Default.Transformation |
AgentBuilder.RedefinitionStrategy.Collector.ForRedefinition.transformation
The transformation of the built agent.
|
protected AgentBuilder.Default.Transformation |
AgentBuilder.RedefinitionStrategy.Collector.ForRetransformation.transformation
The transformation defined by the built agent.
|
| Constructor and Description |
|---|
Compound(List<? extends AgentBuilder.Default.Transformation> transformations)
Creates a new compound transformation.
|
Copyright © 2014–2016. All rights reserved.