TypeExtractor

org.scalatra.util.conversion.TypeExtractor
trait TypeExtractor[T]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object asBoolean.type
object asByte.type
object asDouble.type
object asFloat.type
object asInt.type
object asLong.type
object asShort.type
object asString.type
Show all

Members list

Value members

Abstract methods

def converter: TypeConverter[String, T]

Concrete methods

def unapply(source: String): Option[T]