static void addDynamicInterface(DynamicObject o, Class intrface, A implementation) { dynamicObject_setRawFieldValue(o, intrface, implementation); }