Package org.kordamp.json
Class JSONObject.PropertyOnMap
- java.lang.Object
-
- org.kordamp.json.JSONObject.PropertyOnMap
-
- All Implemented Interfaces:
JSONObject.Property
- Enclosing class:
- JSONObject
private static class JSONObject.PropertyOnMap extends java.lang.Object implements JSONObject.Property
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
name
-
Constructor Summary
Constructors Modifier Constructor Description private
PropertyOnMap(java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Class
getPropertyType()
boolean
isWritable()
java.lang.String
name()
void
set(java.lang.Object bean, java.lang.Object value, JsonConfig jsonConfig)
-
-
-
Method Detail
-
isWritable
public boolean isWritable()
- Specified by:
isWritable
in interfaceJSONObject.Property
-
name
public java.lang.String name()
- Specified by:
name
in interfaceJSONObject.Property
-
getPropertyType
public java.lang.Class getPropertyType()
- Specified by:
getPropertyType
in interfaceJSONObject.Property
-
set
public void set(java.lang.Object bean, java.lang.Object value, JsonConfig jsonConfig)
- Specified by:
set
in interfaceJSONObject.Property
-
-