S
- The type of the matched element.public static class LatentMatcher.Resolved<S> extends Object implements LatentMatcher<S>
ElementMatcher
.LatentMatcher.Compound<S>, LatentMatcher.ForFieldToken, LatentMatcher.ForMethodToken, LatentMatcher.Resolved<S>
Constructor and Description |
---|
Resolved(ElementMatcher<? super S> matcher)
Creates a new resolved latent matcher.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
int |
hashCode() |
ElementMatcher<? super S> |
resolve(TypeDescription instrumentedType)
Resolves the element matcher this instance represents for the instrumented type.
|
String |
toString() |
public Resolved(ElementMatcher<? super S> matcher)
matcher
- The resolved matcher.public ElementMatcher<? super S> resolve(TypeDescription instrumentedType)
LatentMatcher
resolve
in interface LatentMatcher<S>
instrumentedType
- The instrumented type.ElementMatcher
that represents this matcher's resolved form.Copyright © 2014–2016. All rights reserved.