AnonymousClassTypeDef

typedjson.codegen.CodeGenTypes.AnonymousClassTypeDef
See theAnonymousClassTypeDef companion object
case class AnonymousClassTypeDef(imports: Seq[String], documentation: Option[String], innerTypes: Seq[TypeDef], allUndefined: Boolean, makePartial: Boolean, customMakeRaw: Boolean, fields: ListMap[String, ListMap[String, FieldDef]], `extends`: Seq[String], objectExtends: Seq[String])

Attributes

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

Members list

Value members

Concrete methods

def named(name: String): ClassTypeDef

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product