AgentBuilder.Ignored |
AgentBuilder.Default.Ignoring.and(AgentBuilder.RawMatcher rawMatcher) |
Defines a matching that is positive if both the previous matcher and the supplied matcher are matched.
|
AgentBuilder.Ignored |
AgentBuilder.Default.Delegator.ignore(AgentBuilder.RawMatcher rawMatcher) |
Excludes any type that is matched by the raw matcher provided to this method.
|
AgentBuilder.Ignored |
AgentBuilder.Default.Delegator.ignore(ElementMatcher<? super TypeDescription> ignoredTypes) |
Excludes any type that is matched by the provided matcher from instrumentation and considers types by all ClassLoader s.
|
AgentBuilder.Ignored |
AgentBuilder.Default.Delegator.ignore(ElementMatcher<? super TypeDescription> ignoredTypes,
ElementMatcher<? super java.lang.ClassLoader> ignoredClassLoaders) |
Excludes any type that is matched by the provided matcher and is loaded by a class loader matching the second matcher.
|
AgentBuilder.Ignored |
AgentBuilder.Default.Delegator.ignore(ElementMatcher<? super TypeDescription> typeMatcher,
ElementMatcher<? super java.lang.ClassLoader> classLoaderMatcher,
ElementMatcher<? super JavaModule> moduleMatcher) |
Excludes any type that is matched by the provided matcher and is loaded by a class loader matching the second matcher.
|
AgentBuilder.Ignored |
AgentBuilder.Default.ignore(AgentBuilder.RawMatcher rawMatcher) |
Excludes any type that is matched by the raw matcher provided to this method.
|
AgentBuilder.Ignored |
AgentBuilder.Default.ignore(ElementMatcher<? super TypeDescription> typeMatcher) |
Excludes any type that is matched by the provided matcher from instrumentation and considers types by all ClassLoader s.
|
AgentBuilder.Ignored |
AgentBuilder.Default.ignore(ElementMatcher<? super TypeDescription> typeMatcher,
ElementMatcher<? super java.lang.ClassLoader> classLoaderMatcher) |
Excludes any type that is matched by the provided matcher and is loaded by a class loader matching the second matcher.
|
AgentBuilder.Ignored |
AgentBuilder.Default.ignore(ElementMatcher<? super TypeDescription> typeMatcher,
ElementMatcher<? super java.lang.ClassLoader> classLoaderMatcher,
ElementMatcher<? super JavaModule> moduleMatcher) |
Excludes any type that is matched by the provided matcher and is loaded by a class loader matching the second matcher.
|
AgentBuilder.Ignored |
AgentBuilder.ignore(AgentBuilder.RawMatcher rawMatcher) |
Excludes any type that is matched by the raw matcher provided to this method.
|
AgentBuilder.Ignored |
AgentBuilder.ignore(ElementMatcher<? super TypeDescription> typeMatcher) |
Excludes any type that is matched by the provided matcher from instrumentation and considers types by all ClassLoader s.
|
AgentBuilder.Ignored |
AgentBuilder.ignore(ElementMatcher<? super TypeDescription> typeMatcher,
ElementMatcher<? super java.lang.ClassLoader> classLoaderMatcher) |
Excludes any type that is matched by the provided matcher and is loaded by a class loader matching the second matcher.
|
AgentBuilder.Ignored |
AgentBuilder.ignore(ElementMatcher<? super TypeDescription> typeMatcher,
ElementMatcher<? super java.lang.ClassLoader> classLoaderMatcher,
ElementMatcher<? super JavaModule> moduleMatcher) |
Excludes any type that is matched by the provided matcher and is loaded by a class loader matching the second matcher.
|
AgentBuilder.Ignored |
AgentBuilder.Default.Ignoring.or(AgentBuilder.RawMatcher rawMatcher) |
Defines a matching that is positive if the previous matcher or the supplied matcher are matched.
|