| 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 |
AgentBuilder.Default.Transformation
A registered transformation as a combination of a
AgentBuilder.RawMatcher and a
AgentBuilder.Transformer. |
static class |
AgentBuilder.RawMatcher.ForElementMatcherPair
A raw matcher implementation that checks a
TypeDescription
and its ClassLoader against two suitable matchers in order to determine if the matched
type should be instrumented. |
| Modifier and Type | Method and Description |
|---|---|
AgentBuilder.Identified |
AgentBuilder.rebase(AgentBuilder.RawMatcher matcher)
Matches a type being loaded in order to apply the supplied
AgentBuilder.Transformers before loading this type. |
AgentBuilder.Identified |
AgentBuilder.Default.rebase(AgentBuilder.RawMatcher matcher) |
AgentBuilder.Identified |
AgentBuilder.Default.Matched.rebase(AgentBuilder.RawMatcher matcher) |
| Constructor and Description |
|---|
Matched(AgentBuilder.RawMatcher rawMatcher,
AgentBuilder.Transformer transformer)
Creates a new matched default agent builder.
|
Transformation(AgentBuilder.RawMatcher rawMatcher,
AgentBuilder.Transformer transformer)
Creates a new transformation.
|
Copyright © 2014–2015. All rights reserved.