Uses of Class
net.sf.json.util.PropertyExclusionClassMatcher
-
Packages that use PropertyExclusionClassMatcher Package Description net.sf.json The core of the librarynet.sf.json.util Miscelaneous utilities -
-
Uses of PropertyExclusionClassMatcher in net.sf.json
Fields in net.sf.json declared as PropertyExclusionClassMatcher Modifier and Type Field Description static PropertyExclusionClassMatcherJsonConfig. DEFAULT_PROPERTY_EXCLUSION_CLASS_MATCHERprivate PropertyExclusionClassMatcherJsonConfig. propertyExclusionClassMatcherMethods in net.sf.json that return PropertyExclusionClassMatcher Modifier and Type Method Description PropertyExclusionClassMatcherJsonConfig. getPropertyExclusionClassMatcher()Returns the configured PropertyExclusionClassMatcher.
Default value is PropertyExclusionClassMatcher.DEFAULT
[JSON -> Java]Methods in net.sf.json with parameters of type PropertyExclusionClassMatcher Modifier and Type Method Description voidJsonConfig. setPropertyExclusionClassMatcher(PropertyExclusionClassMatcher propertyExclusionClassMatcher)Sets a PropertyExclusionClassMatcher to use.
Will set default value (PropertyExclusionClassMatcher.DEFAULT) if null.
[Java -> JSON] -
Uses of PropertyExclusionClassMatcher in net.sf.json.util
Subclasses of PropertyExclusionClassMatcher in net.sf.json.util Modifier and Type Class Description private static classPropertyExclusionClassMatcher.DefaultPropertyExclusionClassMatcherFields in net.sf.json.util declared as PropertyExclusionClassMatcher Modifier and Type Field Description static PropertyExclusionClassMatcherPropertyExclusionClassMatcher. DEFAULTMatches the target with equals()
-