public void readPath(JsonParser parser) throws IOException {
   builder.setPath(parser.readValueAs(String.class));
 }