class CoercedScalaResultMarshaller extends RawResultMarshaller

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CoercedScalaResultMarshaller
  2. RawResultMarshaller
  3. ResultMarshaller
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new CoercedScalaResultMarshaller()

Type Members

  1. type MapBuilder = ArrayMapBuilder[Node]
  2. type Node = Any

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addMapNodeElem(builder: MapBuilder, key: String, value: Node, optional: Boolean): ArrayMapBuilder[Node]
  5. def arrayNode(values: Vector[Node]): Vector[Node]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def capabilities: Set[MarshallerCapability]
    Definition Classes
    ResultMarshaller
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  9. def emptyMapNode(keys: Seq[String]): ArrayMapBuilder[Node]
  10. final def enumNode(value: String, typeName: String): Nothing
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def mapAndMarshal[T](seq: Seq[T], fn: (T) => Node): Node
    Definition Classes
    ResultMarshaller
  17. def mapNode(builder: MapBuilder): ListMap[String, Node]
  18. def mapNode(keyValues: Seq[(String, Node)]): ListMap[String, Any]
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def nullNode: None
  23. def optionalArrayNodeValue(value: Option[Node]): Option[Node]
  24. def rawScalarNode(rawValue: Any): Any
  25. def renderCompact(node: Any): String
  26. def renderPretty(node: Any): String
  27. final def scalarNode(value: Any, typeName: String, info: Set[ScalarValueInfo]): Nothing

    Marshals a coerced scalar value

    Marshals a coerced scalar value

    Following scala types must be supported:

    • String
    • Boolean
    • Int
    • Long
    • Float
    • Double
    • scala.BigInt
    • scala.BigDecimal

    Implementation may also support additional scala types if underlying data format supports them (like Dates, or BLOBs).

    value

    coerced scalar value

    returns

    marshaled node

    Definition Classes
    RawResultMarshallerResultMarshaller
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from RawResultMarshaller

Inherited from ResultMarshaller

Inherited from AnyRef

Inherited from Any

Ungrouped