QueryAstResultMarshaller
sangria.marshalling.QueryAstResultMarshaller
class QueryAstResultMarshaller extends ResultMarshaller
Attributes
- Graph
-
- Supertypes
-
trait ResultMarshallerclass Objecttrait Matchableclass Any
Members list
Type members
Value members
Concrete methods
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 parameters
- value
-
coerced scalar value
Attributes
- Returns
-
marshaled node
Inherited methods
Attributes
- Inherited from:
- ResultMarshaller
Attributes
- Inherited from:
- ResultMarshaller
In this article