TypeDef

typedjson.codegen.CodeGenTypes.TypeDef
See theTypeDef companion trait
object TypeDef

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
TypeDef.type

Members list

Type members

Classlikes

case class ClassTypeDef(name: String, anonPart: AnonymousClassTypeDef) extends TypeDef

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait TypeDef
class Object
trait Matchable
class Any
Show all
case class EnumTypeDef(name: String, tpe: String, isBitField: Boolean, imports: Seq[String], documentation: Option[String], innerTypes: Seq[TypeDef], values: ListMap[String, EnumValue], objectExtends: Seq[String]) extends TypeDef

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait TypeDef
class Object
trait Matchable
class Any
Show all
case class FreeformDef(content: String, imports: Seq[String], documentation: Option[String]) extends TypeDef

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait TypeDef
class Object
trait Matchable
class Any
Show all
case class MultipleDefs(imports: Seq[String], innerTypes: Seq[TypeDef]) extends TypeDef

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait TypeDef
class Object
trait Matchable
class Any
Show all
case class ObjectOnlyDef(name: String, imports: Seq[String], innerTypes: Seq[TypeDef], objectExtends: Seq[String]) extends TypeDef

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait TypeDef
class Object
trait Matchable
class Any
Show all
case class OpaqueTypeDef(name: String, imports: Seq[String], documentation: Option[String], underlying: String, includeAlias: Boolean, innerTypes: Seq[TypeDef], objectExtends: Seq[String]) extends TypeDef

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait TypeDef
class Object
trait Matchable
class Any
Show all
trait OtherTypeDef extends TypeDef

Attributes

Supertypes
trait TypeDef
class Object
trait Matchable
class Any

Implicits

Implicits

implicit lazy val typeDefDecoder: Decoder[TypeDef]