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 privateDefaultPropertySetStrategy()
-
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)voidsetProperty(java.lang.Object bean, java.lang.String key, java.lang.Object value)voidsetProperty(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:
setPropertyin classPropertySetStrategy- Throws:
JSONException
-
setProperty
public void setProperty(java.lang.Object bean, java.lang.String key, java.lang.Object value, JsonConfig jsonConfig) throws JSONException- Overrides:
setPropertyin classPropertySetStrategy- Throws:
JSONException
-
_setProperty
private void _setProperty(java.lang.Object bean, java.lang.String key, java.lang.Object value, JsonConfig jsonConfig)
-
-