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