Package com.adobe.aem.dermis.model.value
Class AbstractValue
- java.lang.Object
-
- com.adobe.aem.dermis.model.value.AbstractValue
-
-
Constructor Summary
Constructors Constructor Description AbstractValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.sling.commons.json.JSONObject
toJson()
Returns JSON representation of this value.java.lang.String
toString()
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
toJson
public org.apache.sling.commons.json.JSONObject toJson() throws DermisException
Returns JSON representation of this value.- Specified by:
toJson
in interfaceIValue
- Returns:
- Throws:
DermisException
-
-