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 class
JSONObject.FieldProperty
private static class
JSONObject.MethodProperty
private static class
JSONObject.PropertyOnMap
private static class
JSONObject.PropertySetterStrategyDecorator
UsesPropertySetStrategy
instead of the normal set method.Fields in net.sf.json declared as JSONObject.Property Modifier and Type Field Description private JSONObject.Property
JSONObject.PropertySetterStrategyDecorator. inner
Methods in net.sf.json that return JSONObject.Property Modifier and Type Method Description private static JSONObject.Property
JSONObject. 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)
-