LowPriorityImplicitConversions

org.scalatra.util.conversion.LowPriorityImplicitConversions

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Implicits

Implicits

implicit val anyToBoolean: TypeConverter[Any, Boolean]
implicit val anyToByte: TypeConverter[Any, Byte]
implicit val anyToDouble: TypeConverter[Any, Double]
implicit val anyToFloat: TypeConverter[Any, Float]
implicit val anyToInt: TypeConverter[Any, Int]
implicit val anyToLong: TypeConverter[Any, Long]
implicit val anyToShort: TypeConverter[Any, Short]
implicit val anyToString: TypeConverter[Any, String]

Inherited implicits

implicit def lowestPriorityAny2T[T : ClassTag]: TypeConverter[Any, T]

Attributes

Inherited from:
LowestPriorityImplicitConversions
implicit def safe[S, T](f: S => T): TypeConverter[S, T]

Attributes

Inherited from:
TypeConverterSupport
implicit def safeOption[S, T](f: S => Option[T]): TypeConverter[S, T]

Implicit convert a (String) => Option[T] function into a TypeConverter[T]

Implicit convert a (String) => Option[T] function into a TypeConverter[T]

Attributes

Inherited from:
TypeConverterSupport