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