I have a Java object that is structured like the following:
public class Example{ private String key; private Object value; getters and setters here... } <