JsonSerializable 构造函数
定义
重载
JsonSerializable() | |
JsonSerializable(JSONObject jsonObject) |
Constructor.
|
JsonSerializable(String jsonString) |
Constructor.
|
JsonSerializable(String jsonString, ObjectMapper objectMapper) |
Constructor.
|
JsonSerializable()
protected JsonSerializable()
JsonSerializable(JSONObject jsonObject)
Constructor.
protected JsonSerializable(JSONObject jsonObject)
参数
- jsonObject
- JSONObject
the json object that represents the JsonSerializable.
JsonSerializable(String jsonString)
Constructor.
protected JsonSerializable(String jsonString)
参数
- jsonString
- String
the json string that represents the JsonSerializable.
JsonSerializable(String jsonString, ObjectMapper objectMapper)
Constructor.
protected JsonSerializable(String jsonString, ObjectMapper objectMapper)
参数
- jsonString
- String
the json string that represents the JsonSerializable.
- objectMapper
- ObjectMapper
the custom object mapper