Class IgnorePropertiesUtil.Checker
- java.lang.Object
 - 
- com.fasterxml.jackson.databind.util.IgnorePropertiesUtil.Checker
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
- Enclosing class:
 - IgnorePropertiesUtil
 
public static final class IgnorePropertiesUtil.Checker extends java.lang.Object implements java.io.SerializableHelper class to encapsulate logic from staticshouldIgnoremethod of util class.- See Also:
 - Serialized Form
 
 
- 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IgnorePropertiesUtil.Checkerconstruct(java.util.Set<java.lang.String> toIgnore, java.util.Set<java.lang.String> toInclude)booleanshouldIgnore(java.lang.Object propertyName) 
 - 
 
- 
- 
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)
 
 - 
 
 -