protected class AgentBuilder.Default.Ignoring extends AgentBuilder.Default.Delegator<AgentBuilder.Ignored> implements AgentBuilder.Ignored
AgentBuilder.Matchable.AbstractBase<S extends AgentBuilder.Matchable<S>>AgentBuilder.Default, AgentBuilder.DescriptionStrategy, AgentBuilder.FallbackStrategy, AgentBuilder.Identified, AgentBuilder.Ignored, AgentBuilder.InitializationStrategy, AgentBuilder.InstallationStrategy, AgentBuilder.LambdaInstrumentationStrategy, AgentBuilder.Listener, AgentBuilder.LocationStrategy, AgentBuilder.Matchable<T extends AgentBuilder.Matchable<T>>, AgentBuilder.PoolStrategy, AgentBuilder.RawMatcher, AgentBuilder.RedefinitionStrategy, AgentBuilder.Transformer, AgentBuilder.TypeStrategy| Modifier | Constructor and Description |
|---|---|
protected |
Ignoring(AgentBuilder.RawMatcher rawMatcher)
Creates a new agent builder for further specifying what types to ignore.
|
| Modifier and Type | Method and Description |
|---|---|
AgentBuilder.Ignored |
and(AgentBuilder.RawMatcher rawMatcher)
Defines a matching that is positive if both the previous matcher and the supplied matcher are matched.
|
boolean |
equals(Object other) |
int |
hashCode() |
protected AgentBuilder |
materialize()
Materializes the currently described
AgentBuilder. |
AgentBuilder.Ignored |
or(AgentBuilder.RawMatcher rawMatcher)
Defines a matching that is positive if the previous matcher or the supplied matcher are matched.
|
String |
toString() |
assureReadEdgeFromAndTo, assureReadEdgeFromAndTo, assureReadEdgeFromAndTo, assureReadEdgeTo, assureReadEdgeTo, assureReadEdgeTo, disableBootstrapInjection, disableClassFormatChanges, disableNativeMethodPrefix, enableBootstrapInjection, enableNativeMethodPrefix, ignore, ignore, ignore, ignore, installOn, installOnByteBuddyAgent, makeRaw, type, type, type, type, with, with, with, with, with, with, with, with, with, with, withand, and, and, or, or, orclone, finalize, getClass, notify, notifyAll, wait, wait, waitand, and, and, or, or, orassureReadEdgeFromAndTo, assureReadEdgeFromAndTo, assureReadEdgeFromAndTo, assureReadEdgeTo, assureReadEdgeTo, assureReadEdgeTo, disableBootstrapInjection, disableClassFormatChanges, disableNativeMethodPrefix, enableBootstrapInjection, enableNativeMethodPrefix, ignore, ignore, ignore, ignore, installOn, installOnByteBuddyAgent, makeRaw, type, type, type, type, with, with, with, with, with, with, with, with, with, with, withprotected Ignoring(AgentBuilder.RawMatcher rawMatcher)
rawMatcher - A matcher for identifying types that should not be instrumented.protected AgentBuilder materialize()
AgentBuilder.Default.DelegatorAgentBuilder.materialize in class AgentBuilder.Default.Delegator<AgentBuilder.Ignored>public AgentBuilder.Ignored and(AgentBuilder.RawMatcher rawMatcher)
AgentBuilder.Matchableand in interface AgentBuilder.Matchable<AgentBuilder.Ignored>rawMatcher - A raw matcher for the type being matched.public AgentBuilder.Ignored or(AgentBuilder.RawMatcher rawMatcher)
AgentBuilder.Matchableor in interface AgentBuilder.Matchable<AgentBuilder.Ignored>rawMatcher - A raw matcher for the type being matched.Copyright © 2014–2016. All rights reserved.