Packages

object OpenAPIGen

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OpenAPIGen
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. 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
  2. final case class MetaCodec[T](codec: T, annotations: Chunk[Metadata[_]]) extends Product with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  6. def contentAsJsonSchema[R, A](codec: HttpCodec[R, A], metadata: Chunk[Metadata[_]] = Chunk.empty, referenceType: SchemaStyle = SchemaStyle.Inline, wrapInObject: Boolean = false): JsonSchema
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def fromEndpoints(title: String, version: String, referenceType: SchemaStyle, endpoints: Iterable[Endpoint[_, _, _, _, _]]): OpenAPI
  10. def fromEndpoints(title: String, version: String, endpoints: Iterable[Endpoint[_, _, _, _, _]]): OpenAPI
  11. def fromEndpoints(endpoints: Iterable[Endpoint[_, _, _, _, _]]): OpenAPI
  12. def fromEndpoints(referenceType: SchemaStyle, endpoints: Iterable[Endpoint[_, _, _, _, _]]): OpenAPI
  13. def fromEndpoints(title: String, version: String, referenceType: SchemaStyle, endpoint1: Endpoint[_, _, _, _, _], endpoints: Endpoint[_, _, _, _, _]*): OpenAPI
  14. def fromEndpoints(title: String, version: String, endpoint1: Endpoint[_, _, _, _, _], endpoints: Endpoint[_, _, _, _, _]*): OpenAPI
  15. def fromEndpoints(endpoint1: Endpoint[_, _, _, _, _], endpoints: Endpoint[_, _, _, _, _]*): OpenAPI
  16. def gen(endpoint: Endpoint[_, _, _, _, _], referenceType: SchemaStyle = SchemaStyle.Compact): OpenAPI
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  19. def isContent(value: HttpCodec[_, _]): Boolean
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def isMultipart[R, A](codec: HttpCodec[R, A]): Boolean
  22. def metaCodecFromPathCodec(codec: PathCodec[_], annotations: Chunk[Metadata[_]]): Chunk[MetaCodec[SegmentCodec[_]]]
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. def nominal(schema: Schema[_], referenceType: SchemaStyle): Option[String]
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  27. def status[R, A](codec: HttpCodec[R, A]): Option[Status]
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. def toHttpCodecAnnotations(annotation: MetaData[_]): Metadata[_]
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. object AtomizedMetaCodecs extends Serializable

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped