EnumTypeDef

typedjson.codegen.CodeGenTypes.TypeDef.EnumTypeDef
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

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product