java.lang.Object | |
↳ | com.urbanairship.json.JsonMatcher |
Class representing the leaf node of a JsonPredicate that contains the relevant field matching info.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
class | JsonMatcher.Builder | Builder class. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean | apply(JsonSerializable jsonSerializable) | ||||||||||
boolean | equals(Object o) | ||||||||||
int | hashCode() | ||||||||||
static JsonMatcher.Builder |
newBuilder()
Builder factory method.
| ||||||||||
static JsonMatcher |
parse(JsonValue jsonValue)
Parses a JsonValue object into a JsonMatcher.
| ||||||||||
JsonValue |
toJsonValue()
Returns the objects represented as a JsonValue.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.urbanairship.Predicate
| |||||||||||
From interface
com.urbanairship.json.JsonSerializable
|
Builder factory method.
Parses a JsonValue object into a JsonMatcher.
jsonValue | The predicate as a JsonValue. |
---|
JsonException | If the JSON is invalid. |
---|
Returns the objects represented as a JsonValue.