Package net.sf.json.util
Class PropertySetStrategy.DefaultPropertySetStrategy
java.lang.Object
net.sf.json.util.PropertySetStrategy
net.sf.json.util.PropertySetStrategy.DefaultPropertySetStrategy
- Enclosing class:
PropertySetStrategy
private static final class PropertySetStrategy.DefaultPropertySetStrategy
extends PropertySetStrategy
-
Field Summary
Fields inherited from class net.sf.json.util.PropertySetStrategy
DEFAULT
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate void
_setProperty
(Object bean, String key, Object value, JsonConfig jsonConfig) void
setProperty
(Object bean, String key, Object value) void
setProperty
(Object bean, String key, Object value, JsonConfig jsonConfig)
-
Constructor Details
-
DefaultPropertySetStrategy
private DefaultPropertySetStrategy()
-
-
Method Details
-
setProperty
- Specified by:
setProperty
in classPropertySetStrategy
- Throws:
JSONException
-
setProperty
public void setProperty(Object bean, String key, Object value, JsonConfig jsonConfig) throws JSONException - Overrides:
setProperty
in classPropertySetStrategy
- Throws:
JSONException
-
_setProperty
-