Class

sangria.execution

ScalaResultMarshaller

Related Doc: package execution

Permalink

class ScalaResultMarshaller extends ResultMarshaller

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

Instance Constructors

  1. new ScalaResultMarshaller()

    Permalink

Type Members

  1. type Node = Any

    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: Node, elem: Node): Any

    Permalink
  5. def addMapNodeElem(node: Node, key: String, value: Node): Map[String, Any]

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

    Permalink
  7. final def asInstanceOf[T0]: T0

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

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

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

    Permalink
  11. def clone(): AnyRef

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

    Permalink
  13. def emptyMapNode: Map[String, Any]

    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): Double

    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): Int

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

    Permalink
  22. final def isInstanceOf[T0]: Boolean

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

    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: Null

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

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

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

    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