trait TypedJsonCodeGen extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TypedJsonCodeGen
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- case class FieldWithType(field: FieldDef, tpe: String) extends Product with Serializable
- case class FieldWithTypeVersionAndName(field: FieldDef, tpe: String, version: Int, name: String) extends Product with Serializable
Abstract Value Members
- abstract def automaticImportsOtherTypedef(typeDef: OtherTypeDef): Seq[String]
- Attributes
- protected
- abstract def codeFromOtherTypeDef(typeDef: OtherTypeDef): List[Definition]
- Attributes
- protected
- abstract val codeGenTypes: CodeGenTypes
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def automaticImports(typeDef: TypeDef): Seq[String]
- def camelCaseFromSnakecase(s: String): String
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def codeFromClassTypeDef(classTypeDef: ClassTypeDef): Definition
- def codeFromEnumTypeDef(enumTypeDef: EnumTypeDef): Definition
- def codeFromFreeform(freeformDef: FreeformDef): Definition
- def codeFromObjectOnly(objectOnlyDef: ObjectOnlyDef): Definition
- def codeFromOpaqueTypeDef(opaqueTypeDef: OpaqueTypeDef): Definition
- def codeFromTypeDef(typeDef: TypeDef, extraImports: Seq[String] = Nil): List[Definition]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def generateCodeFromFile(generatedRoot: Path, yamlFile: Path): String
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def isFieldUndefined(field: FieldDef, allUndefined: Boolean): Boolean
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isUndefined(allUndefined: Boolean, withUndefined: Boolean, alwaysPresent: Boolean): Boolean
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def pascalCaseFromSnakecase(s: String): String
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()