object OpenApiFormat

Source
OpenApi.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OpenApiFormat
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. implicit def formatDecoder[T <: SwaggerValue]: Encoder[OpenApiFormat[T]]
  2. object base64 extends OpenApiFormat[SwaggerStringValue] with Product with Serializable
  3. object binary extends OpenApiFormat[SwaggerStringValue] with Product with Serializable
  4. object byte extends OpenApiFormat[SwaggerStringValue] with Product with Serializable
  5. object date extends OpenApiFormat[SwaggerStringValue] with Product with Serializable
  6. object dateTime extends OpenApiFormat[SwaggerStringValue] with Product with Serializable
  7. object double extends OpenApiFormat[SwaggerNumberValue] with Product with Serializable
  8. object float extends OpenApiFormat[SwaggerNumberValue] with Product with Serializable
  9. object int32 extends OpenApiFormat[SwaggerIntValue] with Product with Serializable
  10. object int64 extends OpenApiFormat[SwaggerIntValue] with Product with Serializable
  11. object password extends OpenApiFormat[SwaggerStringValue] with Product with Serializable