package openapi
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- final case class OperationId(v: String) extends AnyVal with Product with Serializable
- class SafeApiResponse extends AnyRef
- case class SafeArraySchema(unsafe: ArraySchema) extends SafeSchema with Product with Serializable
- case class SafeBinarySchema(unsafe: BinarySchema) extends SafeSchema with Product with Serializable
- case class SafeBooleanSchema(unsafe: BooleanSchema) extends SafeSchema with Product with Serializable
- case class SafeByteArraySchema(unsafe: ByteArraySchema) extends SafeSchema with Product with Serializable
- class SafeComponents extends AnyRef
- case class SafeComposedSchema(unsafe: ComposedSchema) extends SafeSchema with Product with Serializable
- case class SafeCookieParameter(unsafe: CookieParameter) extends SafeParameter with Product with Serializable
- case class SafeDateSchema(unsafe: DateSchema) extends SafeSchema with Product with Serializable
- case class SafeDateTimeSchema(unsafe: DateTimeSchema) extends SafeSchema with Product with Serializable
- case class SafeDiscriminator(d: Discriminator) extends Product with Serializable
- case class SafeDoubleSchema(unsafe: NumberSchema) extends SafeSchema with Product with Serializable
- case class SafeEmailSchema(unsafe: EmailSchema) extends SafeSchema with Product with Serializable
- case class SafeFileSchema(unsafe: FileSchema) extends SafeSchema with Product with Serializable
- case class SafeFloatSchema(unsafe: NumberSchema) extends SafeSchema with Product with Serializable
- case class SafeHeaderParameter(unsafe: HeaderParameter) extends SafeParameter with Product with Serializable
- case class SafeIntegerSchema(unsafe: IntegerSchema) extends SafeSchema with Product with Serializable
- case class SafeLongSchema(unsafe: IntegerSchema) extends SafeSchema with Product with Serializable
- case class SafeMapSchema(unsafe: MapSchema) extends SchemaWithProperties with Product with Serializable
- class SafeMediaType extends AnyRef
- case class SafeObjectSchema(unsafe: ObjectSchema) extends SchemaWithProperties with Product with Serializable
- class SafeOpenApi extends AnyRef
- class SafeOpenApiParser extends AnyRef
- case class SafeOperation(op: Operation) extends Product with Serializable
- sealed trait SafeParameter extends AnyRef
- case class SafePasswordSchema(unsafe: PasswordSchema) extends SafeSchema with Product with Serializable
- case class SafePathItem(unsafe: PathItem) extends Product with Serializable
- case class SafePathParameter(unsafe: PathParameter) extends SafeParameter with Product with Serializable
- sealed trait SafePrimitiveSchema extends SafeSchema
- case class SafeQueryParameter(unsafe: QueryParameter) extends SafeParameter with Product with Serializable
- case class SafeRefSchema(unsafe: Schema[_]) extends SafeSchema with Product with Serializable
- case class SafeRequestBody(rb: RequestBody) extends Product with Serializable
- sealed trait SafeSchema extends AnyRef
- case class SafeStringSchema(unsafe: StringSchema) extends SafeSchema with Product with Serializable
- case class SafeUUIDSchema(unsafe: UUIDSchema) extends SafeSchema with Product with Serializable
- sealed trait SchemaRef extends AnyRef
- sealed trait SchemaWithProperties extends SafeSchema
- case class StatusCodeResponse(schema: SafeSchema, statusCode: Int) extends Product with Serializable
Value Members
- object SafePathItem extends Serializable
- object SafeSchema
- object SchemaRef