Esempio n. 1
0
 public void update(Config.Builder builder, JsonElement json) {
   if (json == null) {
     return;
   }
   configUpdater.apply(json, builder);
 }