I would like to know if it is possible to map a big query table to a java class like we do for mongo with @document annotation. I am unable to find one. pom file snippet-
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-gcp-starter-bigquery</artifactId>
<version>1.2.8.RELEASE</version>
</dependency>