DefType

fabric.define.DefType
See theDefType companion object
sealed trait DefType

Attributes

Companion
object
Source
DefType.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Arr
object Bool
object Dec
class Enum
object Int
object Json
object Null
class Obj
class Opt
class Poly
object Str
Show all

Members list

Value members

Abstract methods

Attributes

Source
DefType.scala

Concrete methods

Attributes

Source
DefType.scala
def isOpt: Boolean

Attributes

Source
DefType.scala
def merge(that: DefType): DefType

Attributes

Source
DefType.scala
def opt: DefType

Attributes

Source
DefType.scala
final def template(config: TemplateConfig): Json

Attributes

Source
DefType.scala
def validate(value: Json): Boolean

Attributes

Source
DefType.scala