164165166167168169170171
if (valueTransformerForClass != null) { // we need to transform the return value by the global value transformer. // add the transformation to the as a transformerExecutor this.executor = new GlobalTransformerExecutorWrapper(this.executor); } }