ValueMatcher

Class representing the field matching type and values contained in a JsonMatcher.

Inheritors

Constructors

Link copied to clipboard
protected constructor()

Types

Link copied to clipboard
object Companion

Functions

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

Applies the predicate against a value.

abstract fun apply(jsonValue: JsonValue, ignoreCase: Boolean): Boolean

Matches a json value.

Link copied to clipboard
open override fun toString(): String

Inherited functions

Link copied to clipboard
abstract fun toJsonValue(): JsonValue

Returns the objects represented as a JsonValue.