Companion object to the JsonTemplate trait, containing its implementations.
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
JsonMultipleTemplate.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 Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
JsonAllOfTemplate.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
Companion object to the JsonAnyOfTemplate trait, containing its implementation.
Companion object to the JsonAnyOfTemplate trait, containing its implementation.
Attributes
- Companion
- trait
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
JsonAnyOfTemplate.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
Companion object to the JsonOneOfTemplate trait, containing its implementation.
Companion object to the JsonOneOfTemplate trait, containing its implementation.
Attributes
- Companion
- trait
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
JsonOneOfTemplate.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
Inherited types
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