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 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 org.kordamp.json declared as JSONObject.Property Modifier and Type Field Description private JSONObject.Property
JSONObject.PropertySetterStrategyDecorator. inner
Methods in org.kordamp.json that return JSONObject.Property Modifier and Type Method Description static JSONObject.Property
JSONObject.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)
-