org.scalatra.swagger.reflect

Members list

Type members

Classlikes

case class ClassDescriptor(simpleName: String, fullName: String, erasure: ScalaType, companion: Option[SingletonDescriptor], constructors: Seq[ConstructorDescriptor], properties: Seq[PropertyDescriptor]) extends ObjectDescriptor

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Descriptor
class Object
trait Matchable
class Any
Show all
case class ConstructorDescriptor(params: Seq[ConstructorParamDescriptor], constructor: Constructor[_], isPrimary: Boolean) extends Descriptor

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Descriptor
class Object
trait Matchable
class Any
Show all
case class ConstructorParamDescriptor(name: String, mangledName: String, argIndex: Int, argType: ScalaType, defaultValue: Option[() => Any]) extends Descriptor

Attributes

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

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
class ManifestScalaType(val manifest: Manifest[_]) extends ScalaType

Attributes

Companion
object
Supertypes
trait ScalaType
trait Equals
class Object
trait Matchable
class Any

Attributes

Supertypes
trait Descriptor
class Object
trait Matchable
class Any
Known subtypes

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object ParanamerReader.type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
case class PrimitiveDescriptor(simpleName: String, fullName: String, erasure: ScalaType) extends ObjectDescriptor

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Descriptor
class Object
trait Matchable
class Any
Show all
case class PropertyDescriptor(name: String, mangledName: String, returnType: ScalaType, field: Field) extends Descriptor

Attributes

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

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Reflector.type
trait ScalaType extends Equals

Attributes

Supertypes
trait Equals
class Object
trait Matchable
class Any
Known subtypes
case class SingletonDescriptor(simpleName: String, fullName: String, erasure: ScalaType, instance: AnyRef, properties: Seq[PropertyDescriptor]) extends Descriptor

Attributes

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

Value members

Concrete methods

def fail(msg: String, cause: Exception): Nothing