Uses of Class
org.kordamp.json.processors.PropertyNameProcessorMatcher
-
Packages that use PropertyNameProcessorMatcher Package Description org.kordamp.json The core of the libraryorg.kordamp.json.processors Support for custom serialization -
-
Uses of PropertyNameProcessorMatcher in org.kordamp.json
Fields in org.kordamp.json declared as PropertyNameProcessorMatcher Modifier and Type Field Description static PropertyNameProcessorMatcher
JsonConfig. DEFAULT_PROPERTY_NAME_PROCESSOR_MATCHER
private PropertyNameProcessorMatcher
JsonConfig. javaPropertyNameProcessorMatcher
private PropertyNameProcessorMatcher
JsonConfig. jsonPropertyNameProcessorMatcher
Methods in org.kordamp.json that return PropertyNameProcessorMatcher Modifier and Type Method Description PropertyNameProcessorMatcher
JsonConfig. getJavaPropertyNameProcessorMatcher()
Returns the configured PropertyNameProcessorMatcher.
Default value is PropertyNameProcessorMatcher.DEFAULT
[JSON -> Java]PropertyNameProcessorMatcher
JsonConfig. getJsonPropertyNameProcessorMatcher()
Returns the configured PropertyNameProcessorMatcher.
Default value is PropertyNameProcessorMatcher.DEFAULT
[Java -> JSON]PropertyNameProcessorMatcher
JsonConfig. getPropertyNameProcessorMatcher()
Deprecated.use getJavaPropertyNameProcessorMatcher() insteadMethods in org.kordamp.json with parameters of type PropertyNameProcessorMatcher Modifier and Type Method Description void
JsonConfig. setJavaPropertyNameProcessorMatcher(PropertyNameProcessorMatcher propertyNameProcessorMatcher)
Sets a PropertyNameProcessorMatcher to use.
Will set default value (PropertyNameProcessorMatcher.DEFAULT) if null.
[JSON -> Java]void
JsonConfig. setJsonPropertyNameProcessorMatcher(PropertyNameProcessorMatcher propertyNameProcessorMatcher)
Sets a PropertyNameProcessorMatcher to use.
Will set default value (PropertyNameProcessorMatcher.DEFAULT) if null.
[Java -> JSON]void
JsonConfig. setPropertyNameProcessorMatcher(PropertyNameProcessorMatcher propertyNameProcessorMatcher)
Deprecated.use setJavaPropertyNameProcessorMatcher() instead -
Uses of PropertyNameProcessorMatcher in org.kordamp.json.processors
Subclasses of PropertyNameProcessorMatcher in org.kordamp.json.processors Modifier and Type Class Description private static class
PropertyNameProcessorMatcher.DefaultPropertyNameProcessorMatcher
Fields in org.kordamp.json.processors declared as PropertyNameProcessorMatcher Modifier and Type Field Description static PropertyNameProcessorMatcher
PropertyNameProcessorMatcher. DEFAULT
Matches the target with equals()
-