object OpenAPIGen
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- OpenAPIGen
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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[_]]) 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( ... ) @native() @IntrinsicCandidate()
- def contentAsJsonSchema[R, A](codec: HttpCodec[R, A], metadata: Chunk[Metadata[_]] = Chunk.empty, referenceType: SchemaStyle = SchemaStyle.Inline, wrapInObject: Boolean = false)(mediaType: MediaType): JsonSchema
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): 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[_]
- 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
- def metaCodecFromPathCodec(codec: PathCodec[_], annotations: Chunk[Metadata[_]]): Chunk[MetaCodec[SegmentCodec[_]]]
-
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 toHttpCodecAnnotations(annotation: MetaData[_]): Metadata[_]
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- object AtomizedMetaCodecs extends Serializable