Object

zio.http.gen.scala.Code.Object
See theObject companion class
object Object

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Object.type

Members list

Type members

Classlikes

object SchemaCode

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
SchemaCode.type
sealed trait SchemaCode

This is a means to provide implicit codec/schema in different ways. e.g. deriving with macros, or manual transforming on a primitive type.

This is a means to provide implicit codec/schema in different ways. e.g. deriving with macros, or manual transforming on a primitive type.

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def apply(name: String, endpoints: Map[Field, EndpointCode]): Object
def withDefaultSchemaDerivation(name: String, extensions: List[String], endpoints: Map[Field, EndpointCode], objects: List[Object], caseClasses: List[CaseClass], enums: List[Enum]): Object