ArrayPropertyType

sealed abstract class ArrayPropertyType[V, P <: PrimitivePropertyType[V]](t: P)(implicit decoder: Decoder[Seq[V]], encoder: Encoder[Seq[V]]) extends PropertyType[Seq[V]]
class PropertyType[Seq[V]]
trait Serializable
class Object
trait Matchable
class Any
object Bigint.type
object Boolean.type
object Date.type
object Float32.type
object Float64.type
object Geography.type
object Geometry.type
object Int.type
object Int32.type
object Int64.type
object Json.type
object Numeric.type
object Text.type
object Timestamp.type

Type members

Inherited classlikes

sealed class Property(val value: V) extends DataModelProperty[V]
Inherited from:
PropertyType
object Property
Inherited from:
PropertyType

Value members

Concrete methods

override def code: String
Definition Classes

Inherited methods

def decodeProperty(c: ACursor): Result[Property]
Inherited from:
PropertyType