PrimitivePropertyType

sealed abstract class PrimitivePropertyType[V](implicit decoder: Decoder[V], encoder: Encoder[V]) extends PropertyType[V]
class PropertyType[V]
trait Serializable
class Object
trait Matchable
class Any
object Bigint.type
object Boolean.type
object Date.type
object DirectRelation.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

Inherited methods

@SuppressWarnings(scala.Array.apply[java.lang.String]("org.wartremover.warts.PlatformDefault")(scala.reflect.ClassTag.apply[java.lang.String](classOf[java.lang.String])))
def code: String
Inherited from:
PropertyType
def decodeProperty(c: ACursor): Result[Property]
Inherited from:
PropertyType