object OpenAPIGen
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- OpenAPIGen
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- final case class AtomizedMetaCodecs(method: Chunk[MetaCodec[SimpleCodec[Method, _]]], path: Chunk[MetaCodec[SegmentCodec[_]]], query: Chunk[MetaCodec[Query[_]]], header: Chunk[MetaCodec[codec.HttpCodec.Header[_]]], content: Chunk[MetaCodec[Atom[Content, _]]], status: Chunk[MetaCodec[codec.HttpCodec.Status[_]]]) extends Product with Serializable
- final case class MetaCodec[T](codec: T, annotations: Chunk[Metadata[Any]]) extends Product with Serializable
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def contentAsJsonSchema[R, A](codec: HttpCodec[R, A], metadata: Chunk[Metadata[_]] = Chunk.empty, referenceType: SchemaStyle = SchemaStyle.Inline, wrapInObject: Boolean = false): JsonSchema
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def fromEndpoints(title: String, version: String, referenceType: SchemaStyle, endpoints: Iterable[Endpoint[_, _, _, _, _]]): OpenAPI
- def fromEndpoints(title: String, version: String, endpoints: Iterable[Endpoint[_, _, _, _, _]]): OpenAPI
- def fromEndpoints(endpoints: Iterable[Endpoint[_, _, _, _, _]]): OpenAPI
- def fromEndpoints(referenceType: SchemaStyle, endpoints: Iterable[Endpoint[_, _, _, _, _]]): OpenAPI
- def fromEndpoints(title: String, version: String, referenceType: SchemaStyle, endpoint1: Endpoint[_, _, _, _, _], endpoints: Endpoint[_, _, _, _, _]*): OpenAPI
- def fromEndpoints(title: String, version: String, endpoint1: Endpoint[_, _, _, _, _], endpoints: Endpoint[_, _, _, _, _]*): OpenAPI
- def fromEndpoints(endpoint1: Endpoint[_, _, _, _, _], endpoints: Endpoint[_, _, _, _, _]*): OpenAPI
- def gen(endpoint: Endpoint[_, _, _, _, _], referenceType: SchemaStyle = SchemaStyle.Compact): OpenAPI
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def isContent(value: HttpCodec[_, _]): Boolean
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isMultipart[R, A](codec: HttpCodec[R, A]): Boolean
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def nominal(schema: Schema[_], referenceType: SchemaStyle): Option[String]
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def status[R, A](codec: HttpCodec[R, A]): Option[Status]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- object AtomizedMetaCodecs extends Serializable