Class ModelAwareJSONStringer
- java.lang.Object
-
- com.github.openjson.JSONStringer
-
- org.wicketstuff.gchart.gchart.json.ModelAwareJSONStringer
-
public class ModelAwareJSONStringer extends com.github.openjson.JSONStringerSubclass ofJSONStringer, that dereferences models (instanceof IModel) before rendering to JSON. Useful when using JSONObject inside complex nested structures ofChartOptions, the value can be in model to allow dynamic creation or lazy loading.- Author:
- Dieter Tremel
-
-
Constructor Summary
Constructors Constructor Description ModelAwareJSONStringer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.github.openjson.JSONStringervalue(Object value)
-
-
-
Method Detail
-
value
public com.github.openjson.JSONStringer value(Object value) throws com.github.openjson.JSONException
- Overrides:
valuein classcom.github.openjson.JSONStringer- Throws:
com.github.openjson.JSONException
-
-