java.lang.Object
ch.ralscha.extdirectspring.bean.JsonViewHint
ch.ralscha.extdirectspring.bean.ModelAndJsonView
A
ExtDirectMethod can return an instance of this class to specify a JsonView
that Jackson uses to serialize the response. Not supported for
ExtDirectMethodType.FORM_POST.
If the property jsonView is set it overrides a jsonView specified on
ExtDirectMethod.jsonView().
To disable a JsonView specified on ExtDirectMethod.jsonView() set the property
jsonView to ExtDirectMethod.NoJsonView.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ch.ralscha.extdirectspring.bean.JsonViewHint
getJsonView, setJsonView
-
Field Details
-
model
-
-
Constructor Details
-
ModelAndJsonView
public ModelAndJsonView() -
ModelAndJsonView
-
-
Method Details
-
getModel
-
setModel
-