Object

sangria.integration.playJson

PlayJsonResultMarshaller

Related Doc: package playJson

Permalink

implicit object PlayJsonResultMarshaller extends ResultMarshaller

Linear Supertypes
ResultMarshaller, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. PlayJsonResultMarshaller
  2. ResultMarshaller
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. type Node = JsValue

    Permalink

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. def addArrayNodeElem(array: JsValue, elem: JsValue): JsArray

    Permalink
  5. def addMapNodeElem(node: JsValue, key: String, value: JsValue): JsObject

    Permalink
  6. def arrayNode(values: Seq[JsValue]): JsArray

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def bigDecimalNode(value: BigDecimal): JsNumber

    Permalink
  9. def bigIntNode(value: BigInt): JsNumber

    Permalink
  10. def booleanNode(value: Boolean): JsBoolean

    Permalink
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def emptyArrayNode: JsArray

    Permalink
  13. def emptyMapNode: JsObject

    Permalink
  14. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def floatNode(value: Double): JsNumber

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  20. def intNode(value: Int): JsNumber

    Permalink
  21. def isEmptyArrayNode(array: JsValue): Boolean

    Permalink
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. def mapNode(keyValues: Seq[(String, JsValue)]): JsObject

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

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

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

    Permalink
    Definition Classes
    AnyRef
  27. def nullNode: JsNull.type

    Permalink
  28. def renderCompact(node: JsValue): String

    Permalink
  29. def renderPretty(node: JsValue): String

    Permalink
  30. def stringNode(value: String): JsString

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

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

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

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

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

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

Inherited from ResultMarshaller

Inherited from AnyRef

Inherited from Any

Ungrouped