Interface JSONObject.Property
- All Known Implementing Classes:
JSONObject.FieldProperty, JSONObject.MethodProperty, JSONObject.PropertyOnMap, JSONObject.PropertySetterStrategyDecorator
- Enclosing class:
JSONObject
private static interface JSONObject.Property
-
Method Summary
Modifier and TypeMethodDescriptionbooleanname()voidset(Object bean, Object value, JsonConfig jsonConfig)
-
Method Details
-
isWritable
boolean isWritable() -
getPropertyType
Class getPropertyType() -
name
String name() -
set
void set(Object bean, Object value, JsonConfig jsonConfig) throws InvocationTargetException, NoSuchMethodException, IllegalAccessException
-