Object

elastic.codec

PlayJson

Related Doc: package codec

Permalink

object PlayJson

Created by adelegue on 12/04/2016.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PlayJson
  2. AnyRef
  3. 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. implicit val bulkItemReads: Reader[JsValue, BulkItem[JsValue]]

    Permalink
  6. implicit val bulkOpTypeWrites: Writer[BulkOpType, JsValue]

    Permalink
  7. implicit val bulkResponseReads: Reader[JsValue, BulkResponse[JsValue]]

    Permalink
  8. implicit val bulkResultReads: Reader[JsValue, BulkResult[JsValue]]

    Permalink
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. implicit def genericReader[D](implicit reads: Reads[D]): Reader[JsValue, D]

    Permalink
  14. implicit def genericStringReader[D](implicit reads: Reads[D]): Reader[String, D]

    Permalink
  15. implicit def genericStringWriter[D](implicit reads: Writes[D]): Writer[D, String]

    Permalink
  16. implicit def genericWriter[D](implicit writes: Writes[D]): Writer[D, JsValue]

    Permalink
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. implicit val getResponseReads: Reader[JsValue, GetResponse[JsValue]]

    Permalink
  19. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  20. implicit val indexOpsReads: Reader[JsValue, IndexOps]

    Permalink
  21. implicit val indexResponseReads: Reader[JsValue, IndexResponse[JsValue]]

    Permalink
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. implicit val mGetResponseReads: Reader[JsValue, MGetResponse[JsValue]]

    Permalink
  24. implicit val mgetsWrites: Writer[MGets, JsValue]

    Permalink
  25. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  28. implicit val scrollWriter: Writer[Scroll, JsValue]

    Permalink
  29. implicit val searchResponseReads: Reader[JsValue, SearchResponse[JsValue]]

    Permalink
  30. implicit val shardsReads: Reads[Shards[JsValue]]

    Permalink
  31. implicit val shardsWrites: Writes[Shards[JsValue]]

    Permalink
  32. implicit val strJsValueReads: Reader[String, JsValue]

    Permalink
  33. implicit val strJsValueWrites: Writer[JsValue, String]

    Permalink
  34. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped