Is there anyway to get the raw json document from the bucket using spring data couchbase api’s. I know its possible to use the sdk directly and do it, but for purposes of consistency wanted to go through the spring data api to do this. Even the simplest findbyId requires an entity class to be passed in
public T findById(final String id, Class entityClass) {