wvlet.airframe.http.openapi
package wvlet.airframe.http.openapi
Members list
Type members
Classlikes
case class OpenAPI(openapi: String, info: Info, paths: Map[String, Map[String, PathItem]], components: Option[Components])
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object OpenAPI
class OpenAPIGenerator(config: OpenAPIGeneratorConfig) extends LogSupport
Attributes
- Supertypes
-
trait LogSupporttrait LazyLoggertrait LoggingMethodstrait Serializableclass Objecttrait Matchableclass AnyShow all
case class OpenAPIGeneratorConfig(basePackages: Seq[String], commonErrorResponses: Map[String, Response])
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
In this article