Object

io.teamscala.play.json

all

Related Doc: package json

Permalink

object all extends AllFormats

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. all
  2. AllFormats
  3. PageFormats
  4. LimitFormats
  5. JodaFormats
  6. EnumFormats
  7. EnumOrderedFormats
  8. EnumSortFormats
  9. EnumNameFormats
  10. EnumIdFormats
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def enumFormat[E <: Enumeration](enum: E): Format[EnumFormats.enumFormat.E.Value]

    Permalink
    Definition Classes
    EnumFormats
    Annotations
    @inline()
  7. def enumIdFormat[E <: Enumeration](enum: E): Format[EnumIdFormats.enumIdFormat.E.Value]

    Permalink
    Definition Classes
    EnumIdFormats
  8. def enumIdReads[E <: Enumeration](enum: E): Reads[EnumIdFormats.enumIdReads.E.Value]

    Permalink
    Definition Classes
    EnumIdFormats
  9. def enumIdWrites[E <: Enumeration]: Writes[EnumIdFormats.enumIdWrites.E.Value]

    Permalink
    Definition Classes
    EnumIdFormats
  10. def enumNameFormat[E <: Enumeration](enum: E): Format[EnumNameFormats.enumNameFormat.E.Value]

    Permalink
    Definition Classes
    EnumNameFormats
  11. def enumNameReads[E <: Enumeration](enum: E): Reads[EnumNameFormats.enumNameReads.E.Value]

    Permalink
    Definition Classes
    EnumNameFormats
  12. def enumNameWrites[E <: Enumeration]: Writes[EnumNameFormats.enumNameWrites.E.Value]

    Permalink
    Definition Classes
    EnumNameFormats
  13. def enumOrderedFormat[E <: OrderedEnumeration](enum: E): Format[EnumOrderedFormats.enumOrderedFormat.E.Ordered]

    Permalink
    Definition Classes
    EnumOrderedFormats
  14. def enumOrderedReads[E <: OrderedEnumeration](enum: E): Reads[EnumOrderedFormats.enumOrderedReads.E.Ordered]

    Permalink
    Definition Classes
    EnumOrderedFormats
  15. def enumOrderedWrites[E <: OrderedEnumeration]: Writes[EnumOrderedFormats.enumOrderedWrites.E.Ordered]

    Permalink
    Definition Classes
    EnumOrderedFormats
  16. def enumReads[E <: Enumeration](enum: E): Reads[EnumFormats.enumReads.E.Value]

    Permalink
    Definition Classes
    EnumFormats
    Annotations
    @inline()
  17. def enumSortFormat[E <: SortableEnumeration](enum: E): Format[EnumSortFormats.enumSortFormat.E.Ordered]

    Permalink
    Definition Classes
    EnumSortFormats
  18. def enumSortReads[E <: SortableEnumeration](enum: E): Reads[EnumSortFormats.enumSortReads.E.Ordered]

    Permalink
    Definition Classes
    EnumSortFormats
  19. def enumSortWrites[E <: SortableEnumeration]: Writes[EnumSortFormats.enumSortWrites.E.Ordered]

    Permalink
    Definition Classes
    EnumSortFormats
  20. def enumWrites[E <: Enumeration]: Writes[EnumFormats.enumWrites.E.Value]

    Permalink
    Definition Classes
    EnumFormats
    Annotations
    @inline()
  21. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  23. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  25. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  26. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  27. def jodaDateReads(formatter: DateTimeFormatter, corrector: (String) ⇒ String = identity): Reads[DateTime]

    Permalink

    Reads for the org.joda.time.DateTime type.

    Reads for the org.joda.time.DateTime type.

    formatter

    a date formatter

    corrector

    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

    Definition Classes
    JodaFormats
  28. implicit lazy val jodaIsoDateReads: Reads[DateTime]

    Permalink

    the ISO8601 implicit org.joda.time.DateTime reads

    the ISO8601 implicit org.joda.time.DateTime reads

    Definition Classes
    JodaFormats
  29. implicit lazy val jodaIsoLocalDateReads: Reads[LocalDate]

    Permalink

    the ISO8601 implicit org.joda.time.LocalDate reads

    the ISO8601 implicit org.joda.time.LocalDate reads

    Definition Classes
    JodaFormats
  30. implicit lazy val jodaIsoLocalTimeReads: Reads[LocalTime]

    Permalink

    the ISO8601 implicit org.joda.time.LocalTime reads

    the ISO8601 implicit org.joda.time.LocalTime reads

    Definition Classes
    JodaFormats
  31. implicit lazy val jodaIsoPeriodReads: Reads[Period]

    Permalink

    the ISO8601 implicit org.joda.time.Period reads

    the ISO8601 implicit org.joda.time.Period reads

    Definition Classes
    JodaFormats
  32. def jodaLocalDateReads(formatter: DateTimeFormatter, corrector: (String) ⇒ String = identity): Reads[LocalDate]

    Permalink

    Reads for the org.joda.time.LocalDate type.

    Reads for the org.joda.time.LocalDate type.

    formatter

    a date formatter

    corrector

    string transformation function

    Definition Classes
    JodaFormats
  33. def jodaLocalTimeReads(formatter: DateTimeFormatter, corrector: (String) ⇒ String = identity): Reads[LocalTime]

    Permalink

    Reads for the org.joda.time.LocalTime type.

    Reads for the org.joda.time.LocalTime type.

    formatter

    a date formatter

    corrector

    string transformation function

    Definition Classes
    JodaFormats
  34. def jodaPeriodReads(formatter: PeriodFormatter, corrector: (String) ⇒ String = identity): Reads[Period]

    Permalink

    Reads for the org.joda.time.Period type.

    Reads for the org.joda.time.Period type.

    formatter

    a date formatter

    corrector

    string transformation function

    Definition Classes
    JodaFormats
  35. implicit def limitJsonFormat[A](implicit arg0: Format[A]): Format[Limit[A]]

    Permalink
    Definition Classes
    LimitFormats
  36. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  37. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  38. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  39. implicit def pageJsonWrites[A](implicit arg0: Writes[A]): Writes[Page[A]]

    Permalink
    Definition Classes
    PageFormats
  40. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  41. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  42. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AllFormats

Inherited from PageFormats

Inherited from LimitFormats

Inherited from JodaFormats

Inherited from EnumFormats

Inherited from EnumOrderedFormats

Inherited from EnumSortFormats

Inherited from EnumNameFormats

Inherited from EnumIdFormats

Inherited from AnyRef

Inherited from Any

Ungrouped