JsonMatcher

Class representing the leaf node of a JsonPredicate that contains the relevant field matching info.

Types

Link copied to clipboard
open class Builder
Builder class.

Functions

Link copied to clipboard
open fun apply(@Nullable jsonSerializable: JsonSerializable): Boolean
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): JsonMatcher
Parses a JsonValue object into a JsonMatcher.
Link copied to clipboard
Returns the objects represented as a JsonValue.