FieldDef

typedjson.codegen.CodeGenTypes.FieldDef
See theFieldDef companion object
case class FieldDef(tpe: String, jsonName: Option[String], default: Option[String], documentation: Option[String], withUndefined: Boolean, withNull: Boolean, isExtension: Boolean, alwaysPresent: Boolean, overrides: Boolean, verification: Option[FieldVerification])

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Inherited
  • Not inherited
  • Product

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product