protected static class SubclassDynamicTypeBuilder.InstrumentableMatcher extends Object implements LatentMethodMatcher
LatentMethodMatcher.Resolved| Modifier | Constructor and Description |
|---|---|
protected |
InstrumentableMatcher(ElementMatcher<? 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 instrumentedType)
Resolves the latent method matcher.
|
String |
toString() |
protected InstrumentableMatcher(ElementMatcher<? super MethodDescription> ignoredMethods)
SubclassDynamicTypeBuilder.ignoredMethods - A matcher for the ignored methods.public ElementMatcher<? super MethodDescription> resolve(TypeDescription instrumentedType)
LatentMethodMatcherresolve in interface LatentMethodMatcherinstrumentedType - The instrumented type.Copyright © 2014–2015. All rights reserved.