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 typeDescription)
Resolves the element matcher this instance represents for the supplied type description.
|
String |
toString() |
public Resolved(ElementMatcher<? super S> matcher)
matcher - The resolved matcher.public ElementMatcher<? super S> resolve(TypeDescription typeDescription)
LatentMatcherresolve in interface LatentMatcher<S>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.