DataType

org.scalatra.swagger.DataType$
See theDataType companion trait
object DataType

Attributes

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

Members list

Type members

Classlikes

case class ContainerDataType(name: String, typeArg: Option[DataType], uniqueItems: Boolean) extends DataType

Attributes

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

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
GenArray.type
object GenList

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
GenList.type
object GenMap

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
GenMap.type
object GenSet

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
GenSet.type
case class ValueDataType(name: String, format: Option[String], qualifiedName: Option[String]) extends DataType

Attributes

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

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 methods

def apply(name: String, format: Option[String], qualifiedName: Option[String]): ValueDataType
def apply[T](implicit mf: Manifest[T]): DataType