Package | Description |
---|---|
net.sf.json |
The core of the library
|
net.sf.json.util |
Miscelaneous utilities
|
Modifier and Type | Method | Description |
---|---|---|
static Class[] |
JSONArray.getCollectionType(PropertyDescriptor pd,
boolean useGetter) |
Get the collection type from a getter or setter, or null if no type was
found.
Contributed by [Matt Small @ WaveMaker]. |
Modifier and Type | Method | Description |
---|---|---|
JSONException |
JSONTokener.syntaxError(String message) |
Make a JSONException to signal a syntax error.
|
Modifier and Type | Method | Description |
---|---|---|
void |
JsonEventListener.onError(JSONException jsone) |
Triggered when an exception is thrown.
|
Modifier and Type | Method | Description |
---|---|---|
abstract void |
PropertySetStrategy.setProperty(Object bean,
String key,
Object value) |
|
void |
PropertySetStrategy.setProperty(Object bean,
String key,
Object value,
JsonConfig jsonConfig) |
Copyright © 2006–2019 Json-lib. All rights reserved.