public class BoxEntityConverter<I,B>
extends Object
Class that uses reflection to get all the setter methods from the BoxJSONObject and use their names to invoke the getters from the Object and so assign those
setters the value returned from the call.