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