public void readLocation(JsonParser parser) throws IOException {
   builder.setLocation(parser.readValueAs(RequestErrorDetails.Location.class));
 }