Parse response from _bulk_get sync gateway request

Is there a provided way in the Java SDK to cast the result of a _bulk_get request to the sync gateway public api into a list of POJOs that are pre-defined with the json structure? I am using spring’s RestTemplate and am having a problem accepting the multipart/mixed response into any object.

No this is not really into the scope of the SDK. I’d say use Jackson (which we use in the SDK internally) or Gson for unmarshalling JSON into entity objects.