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 class |
AgentBuilder.Default.Delegator<T extends AgentBuilder.Matchable<T>>
An abstract implementation of an agent builder that delegates all invocation to another instance.
|
static interface |
AgentBuilder.Matchable<T extends AgentBuilder.Matchable<T>>
An abstraction for extending a matcher.
|
static class |
AgentBuilder.Matchable.AbstractBase<S extends AgentBuilder.Matchable<S>>
An abstract base implementation of a matchable.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
AgentBuilder.Identified.Narrowable
Allows to specify a type matcher for a type to instrument.
|
static interface |
AgentBuilder.Ignored
Allows to further specify ignored types.
|
Modifier and Type | Class and Description |
---|---|
protected class |
AgentBuilder.Default.Delegator<T extends AgentBuilder.Matchable<T>>
An abstract implementation of an agent builder that delegates all invocation to another instance.
|
protected class |
AgentBuilder.Default.Ignoring
A delegator transformer for further precising what types to ignore.
|
protected class |
AgentBuilder.Default.Transforming
A helper class that describes a
AgentBuilder.Default after supplying
a AgentBuilder.RawMatcher such that one or several
AgentBuilder.Transformer s can be supplied. |
static class |
AgentBuilder.Matchable.AbstractBase<S extends AgentBuilder.Matchable<S>>
An abstract base implementation of a matchable.
|
Copyright © 2014–2020. All rights reserved.