Package | Description |
---|---|
org.kordamp.json |
The core of the library
|
org.kordamp.json.util |
Miscelaneous utilities
|
Modifier and Type | Method and 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 and Description |
---|---|
JSONException |
JSONTokener.syntaxError(String message)
Make a JSONException to signal a syntax error.
|
Modifier and Type | Method and Description |
---|---|
void |
JsonEventListener.onError(JSONException jsone)
Triggered when an exception is thrown.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
PropertySetStrategy.setProperty(Object bean,
String key,
Object value) |
void |
PropertySetStrategy.setProperty(Object bean,
String key,
Object value,
JsonConfig jsonConfig) |