package properties
Type Members
- final case class MandatoryProperty[+T](name: String)(implicit decoder: Decoder[T]) extends Property[T] with Product with Serializable
- final case class OptionalProperty[+T](name: String)(implicit evidence$1: Decoder[T]) extends Property[Option[T]] with Product with Serializable