public abstract class PropertySetStrategy extends Object
| Modifier and Type | Field | Description |
|---|---|---|
static PropertySetStrategy |
DEFAULT |
| Constructor | Description |
|---|---|
PropertySetStrategy() |
| Modifier and Type | Method | Description |
|---|---|---|
abstract void |
setProperty(Object bean,
String key,
Object value) |
|
void |
setProperty(Object bean,
String key,
Object value,
JsonConfig jsonConfig) |
public static final PropertySetStrategy DEFAULT
public abstract void setProperty(Object bean, String key, Object value) throws JSONException
JSONExceptionpublic void setProperty(Object bean, String key, Object value, JsonConfig jsonConfig) throws JSONException
JSONExceptionCopyright © 2006–2019 Json-lib. All rights reserved.