|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JsonBeanProcessorMatcher | |
---|---|
net.sf.json | The core of the library |
net.sf.json.processors | Support for custom serialization |
Uses of JsonBeanProcessorMatcher in net.sf.json |
---|
Fields in net.sf.json declared as JsonBeanProcessorMatcher | |
---|---|
static JsonBeanProcessorMatcher |
JsonConfig.DEFAULT_JSON_BEAN_PROCESSOR_MATCHER
|
Methods in net.sf.json that return JsonBeanProcessorMatcher | |
---|---|
JsonBeanProcessorMatcher |
JsonConfig.getJsonBeanProcessorMatcher()
Returns the configured JsonBeanProcessorMatcher. Default value is JsonBeanProcessorMatcher.DEFAULT [JSON -> Java] |
Methods in net.sf.json with parameters of type JsonBeanProcessorMatcher | |
---|---|
void |
JsonConfig.setJsonBeanProcessorMatcher(JsonBeanProcessorMatcher jsonBeanProcessorMatcher)
Sets a JsonBeanProcessorMatcher to use. Will set default value (JsonBeanProcessorMatcher.DEFAULT) if null. [Java -> JSON] |
Uses of JsonBeanProcessorMatcher in net.sf.json.processors |
---|
Fields in net.sf.json.processors declared as JsonBeanProcessorMatcher | |
---|---|
static JsonBeanProcessorMatcher |
JsonBeanProcessorMatcher.DEFAULT
Matches the target with equals() |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |