Package org.apache.cayenne.value
Class Json
java.lang.Object
org.apache.cayenne.value.Json
- All Implemented Interfaces:
- Serializable
A Cayenne-supported values object that holds Json string.
- Since:
- 4.2
- See Also:
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
Json- Parameters:
- json- json string representation
- Throws:
- MalformedJsonException- if json is empty or blank
 
 
- 
- 
Method Details