Searched refs:_toInclude (Results 1 – 1 of 1) sorted by relevance
90 private final Set<String> _toInclude; field in IgnorePropertiesUtil.Checker97 _toInclude = toInclude; in Checker()106 return ((_toInclude != null) && !_toInclude.contains(propertyName)) in shouldIgnore()