T - The type of the matched element.public interface LatentMatcher<T>
ElementMatcher after supplying the instrumented type.| Modifier and Type | Interface and Description |
|---|---|
static class |
LatentMatcher.Compound<S>
A compound implementation of a latent matcher.
|
static class |
LatentMatcher.ForFieldToken
A latent matcher where the field token is being attached to the instrumented type before matching.
|
static class |
LatentMatcher.ForMethodToken
A latent matcher where the method token is being attached to the instrumented type before matching.
|
static class |
LatentMatcher.Resolved<S>
A latent matcher representing an already resolved
ElementMatcher. |
| Modifier and Type | Method and Description |
|---|---|
ElementMatcher<? super T> |
resolve(TypeDescription instrumentedType)
Resolves the element matcher this instance represents for the instrumented type.
|
ElementMatcher<? super T> resolve(TypeDescription instrumentedType)
instrumentedType - The instrumented type.ElementMatcher that represents this matcher's resolved form.Copyright © 2014–2016. All rights reserved.