Package net.sf.json
Class JSONObject.MethodProperty
java.lang.Object
net.sf.json.JSONObject.MethodProperty
- 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
-
pd
-
-
Constructor Details
-
MethodProperty
-
-
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
public void set(Object bean, Object value, JsonConfig jsonConfig) throws InvocationTargetException, NoSuchMethodException, IllegalAccessException - Specified by:
set
in interfaceJSONObject.Property
- Throws:
InvocationTargetException
NoSuchMethodException
IllegalAccessException
-