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.JSONObjecttoJson()Returns JSON representation of this value.java.lang.StringtoString()
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
toJson
public org.apache.sling.commons.json.JSONObject toJson() throws DermisExceptionReturns JSON representation of this value.- Specified by:
toJsonin interfaceIValue- Returns:
- Throws:
DermisException
-
-