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 Modifier Constructor Description private
DefaultPropertySetStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private void
_setProperty(java.lang.Object bean, java.lang.String key, java.lang.Object value, JsonConfig jsonConfig)
void
setProperty(java.lang.Object bean, java.lang.String key, java.lang.Object value)
void
setProperty(java.lang.Object bean, java.lang.String key, java.lang.Object value, JsonConfig jsonConfig)
-
-
-
Method Detail
-
setProperty
public void setProperty(java.lang.Object bean, java.lang.String key, java.lang.Object value) throws JSONException
- Specified by:
setProperty
in classPropertySetStrategy
- Throws:
JSONException
-
setProperty
public void setProperty(java.lang.Object bean, java.lang.String key, java.lang.Object value, JsonConfig jsonConfig) throws JSONException
- Overrides:
setProperty
in classPropertySetStrategy
- Throws:
JSONException
-
_setProperty
private void _setProperty(java.lang.Object bean, java.lang.String key, java.lang.Object value, JsonConfig jsonConfig)
-
-