Uses of Interface
org.kordamp.json.JSONObject.Property
Packages that use JSONObject.Property
-
Uses of JSONObject.Property in org.kordamp.json
Classes in org.kordamp.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 org.kordamp.json declared as JSONObject.PropertyModifier and TypeFieldDescriptionprivate final JSONObject.Property
JSONObject.PropertySetterStrategyDecorator.inner
Methods in org.kordamp.json that return JSONObject.PropertyModifier and TypeMethodDescriptionstatic JSONObject.Property
JSONObject.Impl.getProperty
(Class beanClass, Object bean, String key, JsonConfig jsonConfig) Constructors in org.kordamp.json with parameters of type JSONObject.PropertyModifierConstructorDescriptionprivate
PropertySetterStrategyDecorator
(JSONObject.Property inner, PropertySetStrategy strategy)