SchemaType

sttp.apispec.SchemaType
See theSchemaType companion class
object SchemaType

Attributes

Companion
class
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
SchemaType.type

Members list

Type members

Classlikes

case object Array extends SchemaType

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class SchemaType
class Object
trait Matchable
class Any
Show all
Self type
Array.type
case object Boolean extends SchemaType

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class SchemaType
class Object
trait Matchable
class Any
Show all
Self type
Boolean.type
case object Integer extends SchemaType

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class SchemaType
class Object
trait Matchable
class Any
Show all
Self type
Integer.type
case object Null extends SchemaType

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class SchemaType
class Object
trait Matchable
class Any
Show all
Self type
Null.type
case object Number extends SchemaType

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class SchemaType
class Object
trait Matchable
class Any
Show all
Self type
Number.type
case object Object extends SchemaType

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class SchemaType
class Object
trait Matchable
class Any
Show all
Self type
Object.type
case object String extends SchemaType

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class SchemaType
class Object
trait Matchable
class Any
Show all
Self type
String.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete fields

final val Values: List[SchemaType]