package spray
- Alphabetic
- Public
- Protected
Type Members
- trait BigQueryBasicFormats extends AnyRef
Provides the BigQueryJsonFormats for BigQuery table cells of the most important Scala types.
- trait BigQueryCollectionFormats extends AnyRef
- trait BigQueryJavaTimeFormats extends AnyRef
Provides the BigQueryJsonFormats for java.time classes.
- 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.
- 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.
- 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()
- 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()
- trait BigQueryProductFormats extends BigQueryProductFormatsInstances
Provides the helpers for constructing custom BigQueryJsonFormat implementations for types implementing the Product trait (especially case classes)
- trait BigQueryProductFormatsInstances extends AnyRef
- trait BigQueryRestBasicFormats extends AnyRef
Provides the JsonFormats for the BigQuery REST API's representation of the most important Scala types.
- trait BigQueryRestJsonProtocol extends BigQueryRestBasicFormats with StandardFormats with CollectionFormats with ProductFormats with AdditionalFormats
Provides all the predefined JsonFormats for the BigQuery REST API.
- 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.
- 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()
- 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()
- trait BigQueryStandardFormats extends StandardFormats
Provides the BigQueryJsonFormats for the non-collection standard types.
Value Members
- object BigQueryJsonProtocol extends BigQueryJsonProtocol
- object BigQueryRestJsonProtocol extends BigQueryRestJsonProtocol