DynamicValue

zio.schema.DynamicValue$
See theDynamicValue companion trait

Attributes

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

Members list

Concise view

Type members

Classlikes

final case class Dictionary(entries: Chunk[(DynamicValue, DynamicValue)]) extends DynamicValue

Attributes

Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class DynamicAst(ast: MetaSchema) extends DynamicValue

Attributes

Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class Enumeration(id: TypeId, value: (String, DynamicValue)) extends DynamicValue

Attributes

Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class Error(message: String) extends DynamicValue

Attributes

Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class LeftValue(value: DynamicValue) extends DynamicValue

Attributes

Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
case object NoneValue extends DynamicValue

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
sealed case class Primitive[A](value: A, standardType: StandardType[A]) extends DynamicValue

Attributes

Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class Record(id: TypeId, values: ListMap[String, DynamicValue]) extends DynamicValue

Attributes

Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class RightValue(value: DynamicValue) extends DynamicValue

Attributes

Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class Sequence(values: Chunk[DynamicValue]) extends DynamicValue

Attributes

Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class SetValue(values: Set[DynamicValue]) extends DynamicValue

Attributes

Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
sealed case class Singleton[A](instance: A) extends DynamicValue

Attributes

Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class SomeValue(value: DynamicValue) extends DynamicValue

Attributes

Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
sealed case class Tuple(left: DynamicValue, right: DynamicValue) extends DynamicValue

Attributes

Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

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

Value members

Concrete methods

def apply[A](a: A)(implicit ev: Schema[A]): DynamicValue
def fromSchemaAndValue[A](schema: Schema[A], value: A): DynamicValue

Concrete fields

lazy val typeId: TypeId

Implicits

Implicits

implicit val instantStandardType: StandardType[Instant]
implicit val localDateStandardType: StandardType[LocalDate]
implicit val localDateTimeStandardType: StandardType[LocalDateTime]
implicit val localTimeStandardType: StandardType[LocalTime]
implicit val offsetDateTimeStandardType: StandardType[OffsetDateTime]
implicit val offsetTimeStandardType: StandardType[OffsetTime]
implicit val zonedDateTimeStandardType: StandardType[ZonedDateTime]