JsonMultipleTemplate

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

Companion object to the JsonTemplate trait, containing its implementations.

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

Companion object to the JsonAllOfTemplate trait, containing its implementation.

Companion object to the JsonAllOfTemplate trait, containing its implementation.

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

A JsonTemplate that matches a JsonElement if and only if all of its inner JsonTemplates matches against the element itself.

A JsonTemplate that matches a JsonElement if and only if all of its inner JsonTemplates matches against the element itself.

Attributes

Companion
object
Supertypes
trait JsonTemplate
class Object
trait Matchable
class Any

Companion object to the JsonAnyOfTemplate trait, containing its implementation.

Companion object to the JsonAnyOfTemplate trait, containing its implementation.

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

A JsonTemplate that matches a JsonElement if and only if any of its inner JsonTemplates matches against the element itself.

A JsonTemplate that matches a JsonElement if and only if any of its inner JsonTemplates matches against the element itself.

Attributes

Companion
object
Supertypes
trait JsonTemplate
class Object
trait Matchable
class Any

Companion object to the JsonOneOfTemplate trait, containing its implementation.

Companion object to the JsonOneOfTemplate trait, containing its implementation.

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

A JsonTemplate that matches a JsonElement if and only if one of its inner JsonTemplates matches against the element itself.

A JsonTemplate that matches a JsonElement if and only if one of its inner JsonTemplates matches against the element itself.

Attributes

Companion
object
Supertypes
trait JsonTemplate
class Object
trait Matchable
class Any

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror