コード例 #1
0
 @Override
 public Set<String> getIgnoredPropertyNames() {
   if (_ignoredPropertyNames == null) {
     return Collections.emptySet();
   }
   return _ignoredPropertyNames;
 }