Class JSONObject.FieldProperty
java.lang.Object
net.sf.json.JSONObject.FieldProperty
- All Implemented Interfaces:
JSONObject.Property
- Enclosing class:
JSONObject
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanname()voidset(Object bean, Object value, JsonConfig jsonConfig)
-
Field Details
-
f
-
-
Constructor Details
-
FieldProperty
-
-
Method Details
-
isWritable
public boolean isWritable()- Specified by:
isWritablein interfaceJSONObject.Property
-
getPropertyType
- Specified by:
getPropertyTypein interfaceJSONObject.Property
-
name
- Specified by:
namein interfaceJSONObject.Property
-
set
public void set(Object bean, Object value, JsonConfig jsonConfig) throws InvocationTargetException, NoSuchMethodException, IllegalAccessException - Specified by:
setin interfaceJSONObject.Property- Throws:
InvocationTargetExceptionNoSuchMethodExceptionIllegalAccessException
-