Class IgnorePropertiesUtil.Checker

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    IgnorePropertiesUtil

    public static final class IgnorePropertiesUtil.Checker
    extends java.lang.Object
    implements java.io.Serializable
    Helper class to encapsulate logic from static shouldIgnore method of util class.
    See Also:
    Serialized Form
    • Method Detail

      • construct

        public static IgnorePropertiesUtil.Checker construct​(java.util.Set<java.lang.String> toIgnore,
                                                             java.util.Set<java.lang.String> toInclude)
      • shouldIgnore

        public boolean shouldIgnore​(java.lang.Object propertyName)