object BigQueryMarshallers
- Alphabetic
 - By Inheritance
 
- BigQueryMarshallers
 - AnyRef
 - Any
 
- Hide All
 - Show All
 
- Public
 - Protected
 
Value Members
-   final  def !=(arg0: Any): Boolean
- Definition Classes
 - AnyRef → Any
 
 -   final  def ##: Int
- Definition Classes
 - AnyRef → Any
 
 -   final  def ==(arg0: Any): Boolean
- Definition Classes
 - AnyRef → Any
 
 -   final  def asInstanceOf[T0]: T0
- Definition Classes
 - Any
 
 -    def clone(): AnyRef
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.CloneNotSupportedException]) @native()
 
 -   final  def eq(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -    def equals(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef → Any
 
 -    def finalize(): Unit
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.Throwable])
 
 -   final  def getClass(): Class[_ <: AnyRef]
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @native()
 
 -    def hashCode(): Int
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @native()
 
 -   final  def isInstanceOf[T0]: Boolean
- Definition Classes
 - Any
 
 -   final  def ne(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -   final  def notify(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @native()
 
 -   final  def notifyAll(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @native()
 
 -    def queryResponseUnmarshaller[T](mapper: ObjectMapper, type: Class[T]): Unmarshaller[HttpEntity, QueryResponse[T]]
akka.http.javadsl.unmarshalling.Unmarshaller for akka.stream.alpakka.googlecloud.bigquery.model.QueryResponse
akka.http.javadsl.unmarshalling.Unmarshaller for akka.stream.alpakka.googlecloud.bigquery.model.QueryResponse
- T
 the data model for each row
- mapper
 an ObjectMapper
 -    def queryResponseUnmarshaller[T](type: Class[T]): Unmarshaller[HttpEntity, QueryResponse[T]]
akka.http.javadsl.unmarshalling.Unmarshaller for akka.stream.alpakka.googlecloud.bigquery.model.QueryResponse
akka.http.javadsl.unmarshalling.Unmarshaller for akka.stream.alpakka.googlecloud.bigquery.model.QueryResponse
- T
 the data model for each row
 -   final  def synchronized[T0](arg0: => T0): T0
- Definition Classes
 - AnyRef
 
 -    def tableDataInsertAllRequestMarshaller[T](mapper: ObjectMapper): Marshaller[TableDataInsertAllRequest[T], RequestEntity]
akka.http.javadsl.marshalling.Marshaller for akka.stream.alpakka.googlecloud.bigquery.model.TableDataInsertAllRequest
akka.http.javadsl.marshalling.Marshaller for akka.stream.alpakka.googlecloud.bigquery.model.TableDataInsertAllRequest
- T
 the data model for each row
- mapper
 an ObjectMapper
 -    def tableDataInsertAllRequestMarshaller[T](): Marshaller[TableDataInsertAllRequest[T], RequestEntity]
akka.http.javadsl.marshalling.Marshaller for akka.stream.alpakka.googlecloud.bigquery.model.TableDataInsertAllRequest
akka.http.javadsl.marshalling.Marshaller for akka.stream.alpakka.googlecloud.bigquery.model.TableDataInsertAllRequest
- T
 the data model for each row
 -    def tableDataListResponseUnmarshaller[T](mapper: ObjectMapper, type: Class[T]): Unmarshaller[HttpEntity, TableDataListResponse[T]]
akka.http.javadsl.unmarshalling.Unmarshaller for akka.stream.alpakka.googlecloud.bigquery.model.TableDataListResponse
akka.http.javadsl.unmarshalling.Unmarshaller for akka.stream.alpakka.googlecloud.bigquery.model.TableDataListResponse
- T
 the data model for each row
- mapper
 an ObjectMapper
 -    def tableDataListResponseUnmarshaller[T](type: Class[T]): Unmarshaller[HttpEntity, TableDataListResponse[T]]
akka.http.javadsl.unmarshalling.Unmarshaller for akka.stream.alpakka.googlecloud.bigquery.model.TableDataListResponse
akka.http.javadsl.unmarshalling.Unmarshaller for akka.stream.alpakka.googlecloud.bigquery.model.TableDataListResponse
- T
 the data model for each row
 -    def toString(): String
- Definition Classes
 - AnyRef → Any
 
 -  def unmarshaller[T](mapper: ObjectMapper, expectedType: JavaType): Unmarshaller[HttpEntity, T]
 -  def unmarshaller[T](expectedType: JavaType): Unmarshaller[HttpEntity, T]
 -   final  def wait(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException])
 
 -   final  def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException])
 
 -   final  def wait(arg0: Long): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException]) @native()