Beispiel #1
0
 private RestOptions restOptionsOrDefault(Entity entity) {
   RestOptions restOptions = entity.getRestOptions();
   if (restOptions == null) {
     // everything off
     restOptions = new RestOptions();
   }
   return restOptions;
 }