oxygen.http.schema

Members list

Packages

Type members

Classlikes

sealed trait ExpectedStatuses

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Exact
object None
class OneOf
class StatusRange
class Error
object ClientError
object Error
object ServerError
object Informational
object Redirection
object Success
Show all

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
object ParamType

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
ParamType.type
sealed trait RequestBodySchema

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Empty
trait NonEmpty
class Single

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class RequestHeaderSchema(name: String, tpe: Param, schema: AnySchema, doc: Option[String])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class RequestPathsSchema(singles: ArraySeq[Single], rest: Option[RestParam])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class RequestQueryParamSchema(name: String, tpe: Param, schema: AnySchema, doc: Option[String])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class RequestSchema

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
sealed trait ResponseBodySchema

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Empty
trait NonEmpty
class Single

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class ResponseHeaderSchema(name: String, tpe: Param, schema: AnySchema, doc: Option[String])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class ResponseSchema(expectedStatuses: ExpectedStatuses, headers: ArraySeq[ResponseHeaderSchema], body: ResponseBodySchema)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all