JsonMatcher

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

Types

Link copied to clipboard
class Builder

Builder class.

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun apply(value: JsonSerializable): Boolean

Applies the predicate against a value.

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toJsonValue(): JsonValue

Returns the objects represented as a JsonValue.