Package

sangria

marshalling

Permalink

package marshalling

Visibility
  1. Public
  2. All

Type Members

  1. class CoercedScalaResultMarshaller extends RawResultMarshaller

    Permalink
  2. trait FromInput[Val] extends AnyRef

    Permalink
    Annotations
    @implicitNotFound( ... )
  3. trait InputParser[T] extends AnyRef

    Permalink
    Annotations
    @implicitNotFound( ... )
  4. case class InputParsingError(errors: Vector[String]) extends Exception with Product with Serializable

    Permalink
  5. trait InputUnmarshaller[Node] extends AnyRef

    Permalink
    Annotations
    @implicitNotFound( ... )
  6. trait RawResultMarshaller extends ResultMarshaller

    Permalink

    Alters the behaviour of the executor and marshals raw (in-scala coerced representation) or scalar values and enums.

  7. trait ResultMarshaller extends AnyRef

    Permalink
  8. trait ResultMarshallerForType[+T] extends AnyRef

    Permalink
    Annotations
    @implicitNotFound( ... )
  9. sealed trait ScalaInput extends AnyRef

    Permalink
  10. class ScalaInputUnmarshaller[T] extends InputUnmarshaller[@@[T, ScalaInput]]

    Permalink
  11. class ScalaResultMarshaller extends ResultMarshaller

    Permalink
  12. trait ToInput[Val, Raw] extends AnyRef

    Permalink
    Annotations
    @implicitNotFound( ... )

Ungrouped