String name = Reflect.on(person).call("getName").get(); int age = Reflect.on(person).call("getAge").get(); Reflect.on(person).set("age", 30);