Uses of Interface
org.kordamp.json.JSONObject.Property
-
Packages that use JSONObject.Property Package Description org.kordamp.json The core of the library -
-
Uses of JSONObject.Property in org.kordamp.json
Classes in org.kordamp.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 org.kordamp.json declared as JSONObject.Property Modifier and Type Field Description private JSONObject.PropertyJSONObject.PropertySetterStrategyDecorator. innerMethods in org.kordamp.json that return JSONObject.Property Modifier and Type Method Description static JSONObject.PropertyJSONObject.Impl. getProperty(java.lang.Class beanClass, java.lang.Object bean, java.lang.String key, JsonConfig jsonConfig)Constructors in org.kordamp.json with parameters of type JSONObject.Property Constructor Description PropertySetterStrategyDecorator(JSONObject.Property inner, PropertySetStrategy strategy)
-