MetaCodec

zio.http.endpoint.openapi.OpenAPIGen.MetaCodec
final case class MetaCodec[T](codec: T, annotations: Chunk[Metadata[_]])

Attributes

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

Members list

Value members

Concrete methods

def examples(schema: Schema[_]): Map[String, Or[Example]]
def examples(schema: Schema[_], generate: Boolean): Map[String, Or[Example]]

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Concrete fields

lazy val docs: Doc
lazy val docsOpt: Option[Doc]
lazy val examples: Map[String, Any]