package spray

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait BigQueryBasicFormats extends AnyRef

    Provides the BigQueryJsonFormats for BigQuery table cells of the most important Scala types.

  2. trait BigQueryCollectionFormats extends AnyRef
  3. trait BigQueryJavaTimeFormats extends AnyRef

    Provides the BigQueryJsonFormats for java.time classes.

  4. trait BigQueryJsonFormat[T] extends JsonFormat[T] with BigQueryJsonReader[T] with BigQueryJsonWriter[T]

    A special JsonFormat signaling that the format reads and writes cells of BigQuery tables.

  5. trait BigQueryJsonProtocol extends BigQueryBasicFormats with BigQueryStandardFormats with BigQueryCollectionFormats with ProductFormats with BigQueryProductFormats with AdditionalFormats with BigQueryJavaTimeFormats

    Provides all the predefined BigQueryJsonFormats for rows and cells in BigQuery tables.

  6. trait BigQueryJsonReader[T] extends JsonReader[T]

    A special JsonReader capable of reading a cell from a BigQuery table.

    A special JsonReader capable of reading a cell from a BigQuery table.

    Annotations
    @implicitNotFound()
  7. trait BigQueryJsonWriter[T] extends JsonWriter[T]

    A special JsonWriter capable of writing a cell to a BigQuery table.

    A special JsonWriter capable of writing a cell to a BigQuery table.

    Annotations
    @implicitNotFound()
  8. trait BigQueryProductFormats extends BigQueryProductFormatsInstances

    Provides the helpers for constructing custom BigQueryJsonFormat implementations for types implementing the Product trait (especially case classes)

  9. trait BigQueryProductFormatsInstances extends AnyRef
  10. trait BigQueryRestBasicFormats extends AnyRef

    Provides the JsonFormats for the BigQuery REST API's representation of the most important Scala types.

  11. trait BigQueryRestJsonProtocol extends BigQueryRestBasicFormats with StandardFormats with CollectionFormats with ProductFormats with AdditionalFormats

    Provides all the predefined JsonFormats for the BigQuery REST API.

  12. trait BigQueryRootJsonFormat[T] extends BigQueryJsonFormat[T] with BigQueryRootJsonReader[T] with BigQueryRootJsonWriter[T]

    A special JsonFormat signaling that the format produces a row of BigQuery table.

  13. trait BigQueryRootJsonReader[T] extends BigQueryJsonReader[T]

    A special JsonReader capable of reading a row from a BigQuery table.

    A special JsonReader capable of reading a row from a BigQuery table.

    Annotations
    @implicitNotFound()
  14. trait BigQueryRootJsonWriter[T] extends BigQueryJsonWriter[T] with RootJsonWriter[T]

    A special JsonWriter capable of writing a row to a BigQuery table.

    A special JsonWriter capable of writing a row to a BigQuery table.

    Annotations
    @implicitNotFound()
  15. trait BigQueryStandardFormats extends StandardFormats

    Provides the BigQueryJsonFormats for the non-collection standard types.

Ungrouped