Beispiel #1
0
 @Override
 public <T> T loadConfig(Class<T> taskType) {
   return model.readObjectWithConfigSerDe(taskType, data.traverse());
 }