public class AllValueMatcher extends java.lang.Object implements ValueMatcher
ValueMatcher
that matches if and only if all of its
component ValueMatcher
s match.Constructor and Description |
---|
AllValueMatcher(ValueMatcher m,
ValueMatcher[] matchers) |
public AllValueMatcher(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