public static class MethodRegistry.LatentMethodMatcher.Simple extends Object implements MethodRegistry.LatentMethodMatcher
MethodRegistry.LatentMethodMatcher.Simple
Constructor and Description |
---|
Simple(ElementMatcher<? super MethodDescription> methodMatcher)
Creates a new wrapper.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
int |
hashCode() |
ElementMatcher<? super MethodDescription> |
manifest(TypeDescription instrumentedType)
Manifests a latent method matcher.
|
String |
toString() |
public Simple(ElementMatcher<? super MethodDescription> methodMatcher)
methodMatcher
- The method matcher to be wrapped by this instance.public ElementMatcher<? super MethodDescription> manifest(TypeDescription instrumentedType)
MethodRegistry.LatentMethodMatcher
manifest
in interface MethodRegistry.LatentMethodMatcher
instrumentedType
- The description of the type that is subject to instrumentation.Copyright © 2014–2015. All rights reserved.