PredefinedFromStringUnmarshallers

pl.iterators.stir.unmarshalling.PredefinedFromStringUnmarshallers
See thePredefinedFromStringUnmarshallers companion object

Attributes

Companion
object
Source
PredefinedFromStringUnmarshallers.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Concrete fields

val HexByte: Unmarshaller[String, Byte]
val HexInt: Unmarshaller[String, Int]
val HexLong: Unmarshaller[String, Long]
val HexShort: Unmarshaller[String, Short]

Implicits

Implicits

implicit def CsvSeq[T](implicit unmarshaller: Unmarshaller[String, T]): Unmarshaller[String, Seq[T]]