|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PropertyExclusionClassMatcher | |
|---|---|
| net.sf.json | The core of the library |
| net.sf.json.util | Miscelaneous utilities |
| Uses of PropertyExclusionClassMatcher in net.sf.json |
|---|
| Fields in net.sf.json declared as PropertyExclusionClassMatcher | |
|---|---|
static PropertyExclusionClassMatcher |
JsonConfig.DEFAULT_PROPERTY_EXCLUSION_CLASS_MATCHER
|
| Methods in net.sf.json that return PropertyExclusionClassMatcher | |
|---|---|
PropertyExclusionClassMatcher |
JsonConfig.getPropertyExclusionClassMatcher()
Returns the configured PropertyExclusionClassMatcher. Default value is PropertyExclusionClassMatcher.DEFAULT [JSON -> Java] |
| Methods in net.sf.json with parameters of type PropertyExclusionClassMatcher | |
|---|---|
void |
JsonConfig.setPropertyExclusionClassMatcher(PropertyExclusionClassMatcher propertyExclusionClassMatcher)
Sets a PropertyExclusionClassMatcher to use. Will set default value (PropertyExclusionClassMatcher.DEFAULT) if null. [Java -> JSON] |
| Uses of PropertyExclusionClassMatcher in net.sf.json.util |
|---|
| Fields in net.sf.json.util declared as PropertyExclusionClassMatcher | |
|---|---|
static PropertyExclusionClassMatcher |
PropertyExclusionClassMatcher.DEFAULT
Matches the target with equals() |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||