JsonPredicate

Class abstracting a JSON predicate. The predicate is contained to the following schema:

:=

:= {

:=

Types

Link copied to clipboard
open class Builder
Builder class.
Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Applies the predicate against an object.
Link copied to clipboard
open fun equals(@Nullable o: Any): Boolean
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
Builder factory method.
Link copied to clipboard
open fun parse(@Nullable jsonValue: JsonValue): JsonPredicate
Parses a JsonValue object into a JsonPredicate.
Link copied to clipboard
Returns the objects represented as a JsonValue.