object OpenApiFormat
- Source
- OpenApi.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- OpenApiFormat
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- implicit def formatDecoder[T <: SwaggerValue]: Encoder[OpenApiFormat[T]]
- object base64 extends OpenApiFormat[SwaggerStringValue] with Product with Serializable
- object binary extends OpenApiFormat[SwaggerStringValue] with Product with Serializable
- object byte extends OpenApiFormat[SwaggerStringValue] with Product with Serializable
- object date extends OpenApiFormat[SwaggerStringValue] with Product with Serializable
- object dateTime extends OpenApiFormat[SwaggerStringValue] with Product with Serializable
- object double extends OpenApiFormat[SwaggerNumberValue] with Product with Serializable
- object float extends OpenApiFormat[SwaggerNumberValue] with Product with Serializable
- object int32 extends OpenApiFormat[SwaggerIntValue] with Product with Serializable
- object int64 extends OpenApiFormat[SwaggerIntValue] with Product with Serializable
- object password extends OpenApiFormat[SwaggerStringValue] with Product with Serializable