Packages

p

smithy4s

openapi

package openapi

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

Type Members

  1. class AddTags extends OpenApiMapper
  2. final case class OpenApiConversionResult(protocol: ShapeId, serviceId: ShapeId, contents: String) extends Product with Serializable
  3. implicit class OptionalExt[A] extends AnyRef
  4. final class Smithy4sOpenApiExtension extends Smithy2OpenApiExtension
  5. class Smithy4sOpenApiProtocol extends Smithy4sAbstractRestProtocol[SimpleRestJsonTrait]

Value Members

  1. def convert(model: Model, allowedNS: Option[Set[String]]): List[OpenApiConversionResult]
  2. def convert(model: Model, allowedNS: Option[Set[String]], classLoader: ClassLoader): List[OpenApiConversionResult]

    Creates open-api representations for all services in a model that are annotated with the smithy4s.api#simpleRestJson trait.

Inherited from AnyRef

Inherited from Any

Ungrouped