Uses of Class
net.sf.json.util.PropertyExclusionClassMatcher
Packages that use PropertyExclusionClassMatcher
-
Uses of PropertyExclusionClassMatcher in net.sf.json
Fields in net.sf.json declared as PropertyExclusionClassMatcherModifier and TypeFieldDescriptionstatic final PropertyExclusionClassMatcherJsonConfig.DEFAULT_PROPERTY_EXCLUSION_CLASS_MATCHERMethods in net.sf.json that return PropertyExclusionClassMatcherModifier and TypeMethodDescriptionJsonConfig.getPropertyExclusionClassMatcher()Returns the configured PropertyExclusionClassMatcher.
Default value is PropertyExclusionClassMatcher.DEFAULT
[JSON -> Java]Methods in net.sf.json with parameters of type PropertyExclusionClassMatcherModifier and TypeMethodDescriptionvoidJsonConfig.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
Fields in net.sf.json.util declared as PropertyExclusionClassMatcherModifier and TypeFieldDescriptionstatic final PropertyExclusionClassMatcherPropertyExclusionClassMatcher.DEFAULTMatches the target with equals()