OpenApiGenerator

orchescala.gateway.OpenApiGenerator

Generates OpenAPI specification from Tapir endpoints.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def generate: OpenAPI

Generates the OpenAPI specification.

Generates the OpenAPI specification.

Attributes

Returns

OpenAPI specification object

def generateYaml: String

Generates the OpenAPI specification as a YAML string.

Generates the OpenAPI specification as a YAML string.

Attributes

Returns

OpenAPI specification in YAML format