Class

sangria.marshalling

ScalaResultMarshaller

Related Doc: package marshalling

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 MapBuilder = ArrayMapBuilder[Node]

    Permalink
  2. 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 addMapNodeElem(builder: MapBuilder, key: String, value: Node, optional: Boolean): ArrayMapBuilder[Node]

    Permalink
  5. def arrayNode(values: Vector[Node]): Vector[Node]

    Permalink
  6. final def asInstanceOf[T0]: T0

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

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

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

    Permalink
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def emptyMapNode(keys: Seq[String]): ArrayMapBuilder[Node]

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

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

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

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

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

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

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

    Permalink
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. def mapAndMarshal[T](seq: Seq[T], fn: (T) ⇒ Node): Node

    Permalink
    Definition Classes
    ResultMarshaller
  21. def mapNode(keyValues: Seq[(String, Node)]): ListMap[String, Any]

    Permalink
  22. def mapNode(builder: MapBuilder): ListMap[String, Node]

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

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

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

    Permalink
    Definition Classes
    AnyRef
  26. def nullNode: Null

    Permalink
  27. def optionalArrayNodeValue(value: Option[Node]): Node

    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