Package com.adobe.aem.dermis.model.value
Interface IValue
-
- All Known Subinterfaces:
ITypeValue
,IValueList
,IValueMap
- All Known Implementing Classes:
AbstractValue
,TypeValue
,ValueList
,ValueMap
public interface IValue
Define the generic value object which will be used for both input/output of operation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.sling.commons.json.JSONObject
toJson()
Returns JSON representation of this value.
-
-
-
Method Detail
-
toJson
org.apache.sling.commons.json.JSONObject toJson() throws DermisException
Returns JSON representation of this value.- Returns:
- Throws:
DermisException
-
-