protected static class SubclassDynamicTypeBuilder.InstrumentableMatcher extends Object implements LatentMatcher<MethodDescription>
LatentMatcher.Compound<S>, LatentMatcher.ForFieldToken, LatentMatcher.ForMethodToken, LatentMatcher.Resolved<S>| Modifier | Constructor and Description |
|---|---|
protected |
InstrumentableMatcher(LatentMatcher<? super MethodDescription> ignoredMethods)
Creates a latent method matcher that matches all methods that are to be instrumented by a
SubclassDynamicTypeBuilder. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
int |
hashCode() |
ElementMatcher<? super MethodDescription> |
resolve(TypeDescription typeDescription)
Resolves the element matcher this instance represents for the supplied type description.
|
String |
toString() |
protected InstrumentableMatcher(LatentMatcher<? super MethodDescription> ignoredMethods)
SubclassDynamicTypeBuilder.ignoredMethods - A matcher for the ignored methods.public ElementMatcher<? super MethodDescription> resolve(TypeDescription typeDescription)
LatentMatcherresolve in interface LatentMatcher<MethodDescription>typeDescription - The type description for which the represented matcher should be resolved.ElementMatcher that represents this matcher's resolved form.Copyright © 2014–2016. All rights reserved.