PropertyType

sealed abstract class PropertyType[V](implicit decoder: Decoder[V], encoder: Encoder[V]) extends Serializable
Companion:
object
trait Serializable
class Object
trait Matchable
class Any
class ArrayPropertyType[V, P]
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
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

Classlikes

sealed class Property(val value: V) extends DataModelProperty[V]
Companion:
object
object Property
Companion:
class

Value members

Concrete 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
def decodeProperty(c: ACursor): Result[Property]