Uses of Class
org.kordamp.json.util.PropertyExclusionClassMatcher
Packages that use PropertyExclusionClassMatcher
Package
Description
The core of the library
Miscelaneous utilities
-
Uses of PropertyExclusionClassMatcher in org.kordamp.json
Fields in org.kordamp.json declared as PropertyExclusionClassMatcherModifier and TypeFieldDescriptionstatic final PropertyExclusionClassMatcherJsonConfig.DEFAULT_PROPERTY_EXCLUSION_CLASS_MATCHERprivate PropertyExclusionClassMatcherJsonConfig.propertyExclusionClassMatcherMethods in org.kordamp.json that return PropertyExclusionClassMatcherModifier and TypeMethodDescriptionJsonConfig.getPropertyExclusionClassMatcher()Returns the configured PropertyExclusionClassMatcher.
Default value is PropertyExclusionClassMatcher.DEFAULT
[JSON -> Java]Methods in org.kordamp.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 org.kordamp.json.util
Subclasses of PropertyExclusionClassMatcher in org.kordamp.json.utilModifier and TypeClassDescriptionprivate static final classFields in org.kordamp.json.util declared as PropertyExclusionClassMatcherModifier and TypeFieldDescriptionstatic final PropertyExclusionClassMatcherPropertyExclusionClassMatcher.DEFAULTMatches the target with equals()