Deserializer for Array[T] types.
Deserializer for Array[T] types.
Deserializer for Boolean types.
the default implicit java.
the default implicit java.util.Date reads
the default implicit JodaDate reads
the default implicit JodaDate reads
the default implicit joda.
the default implicit joda.time.LocalDate reads
the default implicit JodaDate reads
the default implicit JodaDate reads
Deserializer for Double types.
Deserializer for Float types.
Deserializer for Int types.
ISO 8601 Reads
ISO 8601 Reads
builds a JsErrorObj JsObject { VAL : "current known erroneous jsvalue", ERR : "the i18n key of the error msg", ARGS : "the args for the error msg" (JsArray) }
builds a JsErrorObj JsObject { VAL : "current known erroneous jsvalue", ERR : "the i18n key of the error msg", ARGS : "the args for the error msg" (JsArray) }
Deserializer for JsObject.
Deserializer for JsValue.
Deserializer for Long types.
Deserializer for Short types.
Deserializer for String types.
Deserializer for BigDecimal
Deserializer for BigDecimal
Reads for the java.util.Date
type.
Reads for the java.util.Date
type.
a date pattern, as specified in java.text.SimpleDateFormat
.
a simple string transformation function that can be used to transform input String before parsing. Useful when standards are not exactly respected and require a few tweaks
Deserializer for BigDecimal
Deserializer for BigDecimal
Reads for the org.joda.time.DateTime
type.
Reads for the org.joda.time.DateTime
type.
a date pattern, as specified in java.text.SimpleDateFormat
.
a simple string transformation function that can be used to transform input String before parsing. Useful when standards are not exactly respected and require a few tweaks
Reads for the org.joda.time.LocalDate
type.
Reads for the org.joda.time.LocalDate
type.
a date pattern, as specified in org.joda.time.format.DateTimeFormat
.
string transformation function (See jodaDateReads)
Deserializer for Map[String,V] types.
Deserializer for Map[String,V] types.
Reads a Option[T] search optional or nullable field at JsPath (field not found or null is None and other cases are Error).
Reads a Option[T] search optional or nullable field at JsPath (field not found or null is None and other cases are Error).
It runs through JsValue following all JsPath nodes on JsValue except last node: - If one node in JsPath is not found before last node => returns JsError( "missing-path" ) - If all nodes are found till last node, it runs through JsValue with last node =>
The simpler of all Reads that just finds an implicit Reads[A] of the expected type
The simpler of all Reads that just finds an implicit Reads[A] of the expected type
Stupidly reads a field as an Option mapping any error (format or missing field) to None
Stupidly reads a field as an Option mapping any error (format or missing field) to None
very simple optional field Reads that maps "null" to None
very simple optional field Reads that maps "null" to None
Defines a regular expression constraint for String
values, i.
Defines a regular expression constraint for String
values, i.e. the string must match the regular expression pattern
Reads for the java.sql.Date
type.
Reads for the java.sql.Date
type.
a date pattern, as specified in java.text.SimpleDateFormat
.
a simple string transformation function that can be used to transform input String before parsing. Useful when standards are not exactly respected and require a few tweaks
Generic deserializer for collections types.
Generic deserializer for collections types.
Reads optional field at JsPath.
Reads optional field at JsPath. If JsPath is not found => None If JsPath is found => applies implicit Reads[T]
(Since version 2.1-RC2) use nullable[T] instead
Default deserializer type classes.