public interface LatentMethodMatcher
| Modifier and Type | Interface and Description |
|---|---|
static class |
LatentMethodMatcher.Resolved
A latent method matcher that is already resolved.
|
| Modifier and Type | Method and Description |
|---|---|
ElementMatcher<? super MethodDescription> |
resolve(TypeDescription instrumentedType)
Resolves the latent method matcher.
|
ElementMatcher<? super MethodDescription> resolve(TypeDescription instrumentedType)
instrumentedType - The instrumented type.Copyright © 2014–2015. All rights reserved.