c

sangria.marshalling

ScalaInputUnmarshaller

class ScalaInputUnmarshaller[T] extends InputUnmarshaller[@@[T, ScalaInput]]

Linear Supertypes
InputUnmarshaller[@@[T, ScalaInput]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScalaInputUnmarshaller
  2. InputUnmarshaller
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ScalaInputUnmarshaller()

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  9. def getListValue(node: @@[T, ScalaInput]): Seq[@@[T, ScalaInput]]
  10. def getMapKeys(node: @@[T, ScalaInput]): Iterable[String]
  11. def getMapValue(node: @@[T, ScalaInput], key: String): Option[@@[T, ScalaInput]]
  12. def getRootMapValue(node: @@[T, ScalaInput], key: String): Option[@@[T, ScalaInput]]
  13. def getScalaScalarValue(node: @@[T, ScalaInput]): @@[T, ScalaInput]

    Extracts raw scalar value.

    Extracts raw scalar value. Only the following scala values are allowed to be returned:

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

    Only normal scala scalar values

    Definition Classes
    ScalaInputUnmarshallerInputUnmarshaller
  14. def getScalarValue(node: @@[T, ScalaInput]): @@[T, ScalaInput]

    returns

    Scalar values are Scala String, Int, Double, Boolean and Enum values defined in the schema as well as ast nodes if appropriate. TODO: find better approach. Ideally the should be only one getScalarValue method witch returns normal scala values

    Definition Classes
    ScalaInputUnmarshallerInputUnmarshaller
  15. def getVariableName(node: @@[T, ScalaInput]): Nothing
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def isDefined(node: @@[T, ScalaInput]): Boolean
  18. def isEnumNode(node: @@[T, ScalaInput]): Boolean
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def isListNode(node: @@[T, ScalaInput]): Boolean
  21. def isMapNode(node: @@[T, ScalaInput]): Boolean
  22. def isScalarNode(node: @@[T, ScalaInput]): Boolean
  23. def isVariableNode(node: @@[T, ScalaInput]): Boolean
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. def render(node: @@[T, ScalaInput]): String
  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 InputUnmarshaller[@@[T, ScalaInput]]

Inherited from AnyRef

Inherited from Any

Ungrouped