Uses of Class
org.kordamp.json.util.PropertyExclusionClassMatcher
-
Packages that use PropertyExclusionClassMatcher Package Description org.kordamp.json The core of the libraryorg.kordamp.json.util Miscelaneous utilities -
-
Uses of PropertyExclusionClassMatcher in org.kordamp.json
Fields in org.kordamp.json declared as PropertyExclusionClassMatcher Modifier and Type Field Description static PropertyExclusionClassMatcher
JsonConfig. DEFAULT_PROPERTY_EXCLUSION_CLASS_MATCHER
private PropertyExclusionClassMatcher
JsonConfig. propertyExclusionClassMatcher
Methods in org.kordamp.json that return PropertyExclusionClassMatcher Modifier and Type Method Description PropertyExclusionClassMatcher
JsonConfig. 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 void
JsonConfig. 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.util Modifier and Type Class Description private static class
PropertyExclusionClassMatcher.DefaultPropertyExclusionClassMatcher
Fields in org.kordamp.json.util declared as PropertyExclusionClassMatcher Modifier and Type Field Description static PropertyExclusionClassMatcher
PropertyExclusionClassMatcher. DEFAULT
Matches the target with equals()
-