JsonMultipleTemplate

io.github.cakelier.tuples.space.JsonTemplate$.JsonMultipleTemplate
See theJsonMultipleTemplate companion object
sealed trait JsonMultipleTemplate extends JsonTemplate

A JsonTemplate that matches a JsonElement based on multiple inner JsonTemplates.

Attributes

Companion
object
Graph
Supertypes
trait JsonTemplate
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Inherited methods

def matches(value: JsonElement): Boolean

Returns whether or not the given JsonElement matches this template.

Returns whether or not the given JsonElement matches this template.

Value parameters

value

the JsonElement to match

Attributes

Returns

whether or not the given JsonElement matches

Inherited from:
JsonTemplate

Abstract fields

The JsonTemplates to be used by this template to match the given JsonElement.

The JsonTemplates to be used by this template to match the given JsonElement.

Attributes