public final void set(ExecutionContext ctx, Object o, Object newValue) {
   setRaw(ctx, o, _converter.backendToJava(newValue));
 }