ConstructorParamDescriptor

org.scalatra.swagger.reflect.ConstructorParamDescriptor
case class ConstructorParamDescriptor(name: String, mangledName: String, argIndex: Int, argType: ScalaType, defaultValue: Option[() => Any]) extends Descriptor

Attributes

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

Members list

Value members

Concrete methods

def isCollection: Boolean
def isCustom: Boolean
def isMap: Boolean
def isOption: Boolean
def isPrimitive: Boolean

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

lazy val isOptional: Boolean