public abstract class TypedValueMatcher
extends org.hamcrest.BaseMatcher<org.mule.runtime.api.metadata.TypedValue>
| Constructor and Description |
|---|
TypedValueMatcher() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
doMatch(org.mule.runtime.api.metadata.TypedValue typedValue) |
boolean |
matches(Object o) |
abstract org.hamcrest.Matcher<Object> |
toPlainValueMatcher()
Returns the same matcher but for any object instead of just
TypedValue |
_dont_implement_Matcher___instead_extend_BaseMatcher_, describeMismatch, toStringpublic boolean matches(Object o)
public abstract boolean doMatch(org.mule.runtime.api.metadata.TypedValue typedValue)
public abstract org.hamcrest.Matcher<Object> toPlainValueMatcher()
TypedValueCopyright © 2019. All rights reserved.