Uses of Class
org.kordamp.json.util.PropertyExclusionClassMatcher
-
Packages that use PropertyExclusionClassMatcher Package Description org.kordamp.json org.kordamp.json.util -
-
Uses of PropertyExclusionClassMatcher in org.kordamp.json
Fields in org.kordamp.json declared as PropertyExclusionClassMatcher Modifier and Type Field Description static PropertyExclusionClassMatcherJsonConfig. DEFAULT_PROPERTY_EXCLUSION_CLASS_MATCHERMethods in org.kordamp.json that return PropertyExclusionClassMatcher Modifier and Type Method Description PropertyExclusionClassMatcherJsonConfig. getPropertyExclusionClassMatcher()Returns the configured PropertyExclusionClassMatcher.
Default value is PropertyExclusionClassMatcher.DEFAULT
[JSON -> Java]Methods in org.kordamp.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 org.kordamp.json.util
Fields in org.kordamp.json.util declared as PropertyExclusionClassMatcher Modifier and Type Field Description static PropertyExclusionClassMatcherPropertyExclusionClassMatcher. DEFAULTMatches the target with equals()
-