AtomizedMetaCodecs

zio.http.endpoint.openapi.OpenAPIGen.AtomizedMetaCodecs
See theAtomizedMetaCodecs companion object
final case class AtomizedMetaCodecs(method: Chunk[MetaCodec[SimpleCodec[Method, _]]], path: Chunk[MetaCodec[SegmentCodec[_]]], query: Chunk[MetaCodec[Query[_]]], header: Chunk[MetaCodec[Header[_]]], content: Chunk[MetaCodec[Atom[Content, _]]], status: Chunk[MetaCodec[Status[_]]])

Attributes

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

Members list

Value members

Concrete methods

def append(metaCodec: MetaCodec[_]): AtomizedMetaCodecs
def contentExamples: Map[String, Or[Example]]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product