Package com.cedarsoftware.util.io
Class JsonWriter.JsonClassWriterEx.Support
- java.lang.Object
-
- com.cedarsoftware.util.io.JsonWriter.JsonClassWriterEx.Support
-
- Enclosing interface:
- JsonWriter.JsonClassWriterEx
@Deprecated public static class JsonWriter.JsonClassWriterEx.Support extends Object
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 Constructor Description Support()
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static JsonWriter
getWriter(Map<String,Object> args)
Deprecated.This method will return the JsonWriter instance performing the overall work.
-
-
-
Method Detail
-
getWriter
public static JsonWriter getWriter(Map<String,Object> args)
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.
-
-