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 deprecated: Boolean
def examples(schema: Schema[_]): Map[String, Or[Example]]
def name: Option[String]
def required: Boolean

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

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