object JodaReads extends JodaReads
- Alphabetic
- By Inheritance
- JodaReads
- JodaReads
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- implicit val DefaultJodaDateTimeReads: Reads[DateTime]
The default implicit JodaDate reads, using ISO-8601 format
The default implicit JodaDate reads, using ISO-8601 format
- Definition Classes
- JodaReads
- implicit val DefaultJodaLocalDateReads: Reads[LocalDate]
The default implicit joda.time.LocalDate reads, using ISO-8601 format.
The default implicit joda.time.LocalDate reads, using ISO-8601 format.
- Definition Classes
- JodaReads
- implicit val DefaultJodaLocalTimeReads: Reads[LocalTime]
the default implicit joda.time.LocalTime reads
the default implicit joda.time.LocalTime reads
- Definition Classes
- JodaReads
- val JodaDateReads: Reads[DateTime]
The default implicit JodaDate reads, using yyyy-MM-dd format
The default implicit JodaDate reads, using yyyy-MM-dd format
- Definition Classes
- JodaReads
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def jodaDateReads(pattern: String, corrector: (String) => String = identity): Reads[DateTime]
Reads for the
org.joda.time.DateTimetype.Reads for the
org.joda.time.DateTimetype.- pattern
a date pattern, as specified in
org.joda.time.format.DateTimeFormat, or "" to use ISO format.- corrector
a simple string transformation function that can be used to transform input String before parsing. Useful when standards are not respected and require a few tweaks. Defaults to identity function.
- Definition Classes
- JodaReads
- def jodaLocalDateReads(pattern: String, corrector: (String) => String = identity): Reads[LocalDate]
Reads for the
org.joda.time.LocalDatetype.Reads for the
org.joda.time.LocalDatetype.- pattern
a date pattern, as specified in
org.joda.time.format.DateTimeFormat, or "" to use ISO format.- corrector
string transformation function (See jodaDateReads). Defaults to identity function.
- Definition Classes
- JodaReads
- def jodaLocalTimeReads(pattern: String, corrector: (String) => String = identity): Reads[LocalTime]
Reads for the
org.joda.time.LocalTimetype.Reads for the
org.joda.time.LocalTimetype.- pattern
a date pattern, as specified in
org.joda.time.format.DateTimeFormat, or "" to use ISO format.- corrector
string transformation function (See jodaTimeReads). Defaults to identity function.
- Definition Classes
- JodaReads
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)