AllowableValues

org.scalatra.swagger.AllowableValues
See theAllowableValues companion trait

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case class AllowableRangeValues(values: Range) extends AllowableValues

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class AllowableValuesList[T](values: List[T]) extends AllowableValues

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case object AnyValue extends AllowableValues

Attributes

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

Value members

Concrete methods

def apply[T](values: T*): AllowableValues
def apply[T](values: List[T]): AllowableValues
def apply(values: Range): AllowableValues
def empty: AnyValue.type