Package com.tccc.kos.commons.util.json
Class JsonWriterCache
java.lang.Object
com.tccc.kos.commons.util.json.JsonWriterCache
Cache for JSON writers used to serialize data.
- Since:
- 1.0
- Version:
- 2022-08-09
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a writer for the specified view class.
-
Constructor Details
-
JsonWriterCache
public JsonWriterCache()
-
-
Method Details
-
getWriter
Returns a writer for the specified view class.- Parameters:
view
- the view class
-