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.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.type(AgentBuilder.RawMatcher matcher)
Matches a type being loaded in order to apply the supplied
AgentBuilder.Transformer s before loading this type. |
AgentBuilder.Identified |
AgentBuilder.Default.type(AgentBuilder.RawMatcher matcher) |
AgentBuilder.Identified |
AgentBuilder.Default.Matched.type(AgentBuilder.RawMatcher matcher) |
Constructor and Description |
---|
Matched(AgentBuilder.RawMatcher rawMatcher,
AgentBuilder.Transformer transformer)
Creates a new matched default agent builder.
|
Simple(AgentBuilder.RawMatcher rawMatcher,
AgentBuilder.Transformer transformer)
Creates a new transformation.
|
Copyright © 2014–2016. All rights reserved.