Primitive

io.hireproof.structure.Schema$.Primitive$
See thePrimitive companion class
object Primitive

Attributes

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

Members list

Concise view

Value members

Concrete fields

val bigDecimal: Primitive[BigDecimal]
val bigInt: Primitive[BigInt]
val boolean: Primitive[Boolean]
val double: Primitive[Double]
val float: Primitive[Float]
val int: Primitive[Int]
val long: Primitive[Long]
val string: Primitive[String]