Uses of Interface
net.sf.json.JSONObject.Property
-
Packages that use JSONObject.Property Package Description net.sf.json The core of the library -
-
Uses of JSONObject.Property in net.sf.json
Classes in net.sf.json that implement JSONObject.Property Modifier and Type Class Description private static classJSONObject.FieldPropertyprivate static classJSONObject.MethodPropertyprivate static classJSONObject.PropertyOnMapprivate static classJSONObject.PropertySetterStrategyDecoratorUsesPropertySetStrategyinstead of the normal set method.Fields in net.sf.json declared as JSONObject.Property Modifier and Type Field Description private JSONObject.PropertyJSONObject.PropertySetterStrategyDecorator. innerMethods in net.sf.json that return JSONObject.Property Modifier and Type Method Description private static JSONObject.PropertyJSONObject. getProperty(java.lang.Class beanClass, java.lang.Object bean, java.lang.String key, JsonConfig jsonConfig)Constructors in net.sf.json with parameters of type JSONObject.Property Constructor Description PropertySetterStrategyDecorator(JSONObject.Property inner, PropertySetStrategy strategy)
-