public class AnythingMatcher extends java.lang.Object implements TupleMatcher, ValueMatcher
TupleMatcher
and a ValueMatcher
that always matches.Constructor and Description |
---|
AnythingMatcher() |
Modifier and Type | Method and Description |
---|---|
com.google.gson.JsonElement |
describe(com.google.gson.Gson gson)
get a description of the matcher suitable
for use in error messages.
|
boolean |
matches(java.lang.Object field)
determine whether or not a value matches
|
boolean |
matches(com.streambase.sb.Tuple a)
determine whether t matches.
|
public boolean matches(java.lang.Object field) throws com.streambase.sb.TupleException
ValueMatcher
matches
in interface ValueMatcher
com.streambase.sb.TupleException
public boolean matches(com.streambase.sb.Tuple a)
TupleMatcher
matches
in interface TupleMatcher
public com.google.gson.JsonElement describe(com.google.gson.Gson gson)
TupleMatcher
describe
in interface TupleMatcher
describe
in interface ValueMatcher