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) |
_dont_implement_Matcher___instead_extend_BaseMatcher_, describeMismatch, toStringpublic boolean matches(Object o)
public abstract boolean doMatch(org.mule.runtime.api.metadata.TypedValue typedValue)
Copyright © 2017. All rights reserved.