public static class LatentMethodMatcher.Resolved extends Object implements LatentMethodMatcher
LatentMethodMatcher.ForToken, LatentMethodMatcher.Resolved| Constructor and Description |
|---|
Resolved(ElementMatcher<? super MethodDescription> methodMatcher)
Creates a new resolved latent method matcher.
|
| 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() |
public Resolved(ElementMatcher<? super MethodDescription> methodMatcher)
methodMatcher - The resolved method matcher.public ElementMatcher<? super MethodDescription> resolve(TypeDescription instrumentedType)
LatentMethodMatcherresolve in interface LatentMethodMatcherinstrumentedType - The instrumented type.Copyright © 2014–2015. All rights reserved.