Package net.sf.json
Class JSONObject.PropertyOnMap
java.lang.Object
net.sf.json.JSONObject.PropertyOnMap
- All Implemented Interfaces:
JSONObject.Property
- Enclosing class:
JSONObject
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
name()
void
set
(Object bean, Object value, JsonConfig jsonConfig)
-
Field Details
-
name
-
-
Constructor Details
-
PropertyOnMap
-
-
Method Details
-
isWritable
public boolean isWritable()- Specified by:
isWritable
in interfaceJSONObject.Property
-
name
- Specified by:
name
in interfaceJSONObject.Property
-
getPropertyType
- Specified by:
getPropertyType
in interfaceJSONObject.Property
-
set
- Specified by:
set
in interfaceJSONObject.Property
-