package swagger

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait AdditionalProperties extends AnyRef
  2. case class AdditionalPropertiesEnabled(value: SwaggerTyped) extends AdditionalProperties with Product with Serializable
  3. case class PatternWithSwaggerTyped(pattern: String, propertyType: SwaggerTyped) extends Product with Serializable
  4. case class SwaggerArray(elementType: SwaggerTyped) extends SwaggerTyped with Product with Serializable
  5. case class SwaggerEnum extends SwaggerTyped with Product with Serializable
  6. case class SwaggerObject(elementType: Map[PropertyName, SwaggerTyped], additionalProperties: AdditionalProperties = ..., patternProperties: List[PatternWithSwaggerTyped] = ...) extends SwaggerTyped with Product with Serializable
  7. sealed trait SwaggerTyped extends AnyRef
  8. case class SwaggerUnion(types: List[SwaggerTyped]) extends SwaggerTyped with Product with Serializable

Value Members

  1. object AdditionalProperties
  2. object AdditionalPropertiesDisabled extends AdditionalProperties with Product with Serializable
  3. object OpenAPISchemaParser
  4. object PatternWithSwaggerTyped extends Serializable
  5. object SwaggerAny extends SwaggerTyped
  6. object SwaggerArray extends Serializable
  7. object SwaggerBigDecimal extends SwaggerTyped with Product with Serializable
  8. object SwaggerBigInteger extends SwaggerTyped with Product with Serializable
  9. object SwaggerBool extends SwaggerTyped with Product with Serializable
  10. object SwaggerDate extends SwaggerTyped with Product with Serializable
  11. object SwaggerDateTime extends SwaggerTyped with Product with Serializable
  12. object SwaggerDouble extends SwaggerTyped with Product with Serializable
  13. object SwaggerEnum extends Serializable
  14. object SwaggerInteger extends SwaggerTyped with Product with Serializable
  15. object SwaggerLong extends SwaggerTyped with Product with Serializable
  16. object SwaggerNull extends SwaggerTyped with Product with Serializable
  17. object SwaggerObject extends Serializable
  18. object SwaggerString extends SwaggerTyped with Product with Serializable
  19. object SwaggerTime extends SwaggerTyped with Product with Serializable
  20. object SwaggerTyped
  21. object implicits

Ungrouped