Package com.cedarsoftware.util.io
Class JsonWriter.JsonClassWriterEx.Support
java.lang.Object
com.cedarsoftware.util.io.JsonWriter.JsonClassWriterEx.Support
- Enclosing interface:
- JsonWriter.JsonClassWriterEx
Deprecated.
If access to the JsonWriter is needed, JsonClassWriter's can access it by accessing Support.getWriter(args).
The args are the same arguments passed into the write(o, showType, args) method of JsonClassWriterEx.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic JsonWriter
Deprecated.This method will return the JsonWriter instance performing the overall work.
-
Constructor Details
-
Support
public Support()Deprecated.
-
-
Method Details
-
getWriter
Deprecated.This method will return the JsonWriter instance performing the overall work.- Parameters:
args
- Map of settings initially passed to JsonWriter.- Returns:
- JsonWriter instance performing the work.
-