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

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product