Package com.tccc.kos.commons.util.json
Class JsonViewWrapper
java.lang.Object
com.tccc.kos.commons.util.json.JsonViewWrapper
- Direct Known Subclasses:
ReasonData
An object wrapper that applies a custom view to the object being
wrapped. This is commonly used when an object like FutureWork
or Trouble included additional data but that data needs to be
constrained to a view.
- Since:
- 1.0
- Version:
- 2022-12-08
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
JsonViewWrapper
public JsonViewWrapper() -
JsonViewWrapper
-
-
Method Details
-
getData
-
getView
-
setData
-
setView
-