ModelProperty

org.scalatra.swagger.ModelProperty
case class ModelProperty(`type`: DataType, position: Int, required: Boolean, description: Option[String], allowableValues: AllowableValues, example: Option[String], default: Option[String], minimumValue: Option[Double], maximumValue: Option[Double], hidden: Boolean)

Attributes

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product