public class AnyValueMatcher extends java.lang.Object implements ValueMatcher
ValueMatcher
that matches if and only if any of its
component ValueMatcher
s match.Constructor and Description |
---|
AnyValueMatcher(ValueMatcher m,
ValueMatcher[] matchers) |
public AnyValueMatcher(ValueMatcher m, ValueMatcher[] matchers)
public boolean matches(java.lang.Object a) throws com.streambase.sb.TupleException
ValueMatcher
matches
in interface ValueMatcher
com.streambase.sb.TupleException
public com.google.gson.JsonElement describe(com.google.gson.Gson gson)
ValueMatcher
describe
in interface ValueMatcher