TypeExtractorImpl

org.scalatra.util.conversion.Extractors$.TypeExtractorImpl
sealed abstract class TypeExtractorImpl[T](implicit val converter: TypeConverter[String, T]) extends TypeExtractor[T]

Attributes

Graph
Supertypes
trait TypeExtractor[T]
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

Inherited methods

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

Attributes

Inherited from:
TypeExtractor

Implicits

Implicits

implicit val converter: TypeConverter[String, T]