Uses of Interface
net.sf.json.JSONObject.Property
Packages that use JSONObject.Property
-
Uses of JSONObject.Property in net.sf.json
Classes in net.sf.json that implement JSONObject.PropertyModifier and TypeClassDescriptionprivate static class
private static class
private static class
private static class
UsesPropertySetStrategy
instead of the normal set method.Fields in net.sf.json declared as JSONObject.PropertyModifier and TypeFieldDescriptionprivate final JSONObject.Property
JSONObject.PropertySetterStrategyDecorator.inner
Methods in net.sf.json that return JSONObject.PropertyModifier and TypeMethodDescriptionprivate static JSONObject.Property
JSONObject.getProperty
(Class beanClass, Object bean, String key, JsonConfig jsonConfig) Constructors in net.sf.json with parameters of type JSONObject.PropertyModifierConstructorDescriptionprivate
PropertySetterStrategyDecorator
(JSONObject.Property inner, PropertySetStrategy strategy)