public abstract class PropertySetStrategy extends Object
Modifier and Type | Field and Description |
---|---|
static PropertySetStrategy |
DEFAULT |
Constructor and Description |
---|
PropertySetStrategy() |
Modifier and Type | Method and 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
JSONException
public void setProperty(Object bean, String key, Object value, JsonConfig jsonConfig) throws JSONException
JSONException