CaseClass

zio.http.gen.scala.Code.CaseClass
See theCaseClass companion object
final case class CaseClass(name: String, fields: List[Field], companionObject: Option[Object], mixins: List[String]) extends ScalaType

Attributes

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

Members list

Value members

Inherited methods

def map: Map

Attributes

Inherited from:
ScalaType
def opt: Opt

Attributes

Inherited from:
ScalaType

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
def seq(nonEmpty: Boolean): Seq

Attributes

Inherited from:
ScalaType
def set(nonEmpty: Boolean): Set

Attributes

Inherited from:
ScalaType