java.lang.Object
org.elasticsearch.injection.guice.matcher.Matchers
Matcher implementations. Supports matching classes and methods.
-
Method Summary
Modifier and TypeMethodDescriptionidenticalTo
(Object value) Returns a matcher which matches only the given object.subclassesOf
(Class<?> superclass) Returns a matcher which matches subclasses of the given type (as well as the given type).
-
Method Details
-
subclassesOf
Returns a matcher which matches subclasses of the given type (as well as the given type). -
identicalTo
Returns a matcher which matches only the given object.
-