Uses of Class
io.gravitee.policy.json2xml.transformer.JSONWriter
-
Packages that use JSONWriter Package Description io.gravitee.policy.json2xml.transformer -
-
Uses of JSONWriter in io.gravitee.policy.json2xml.transformer
Subclasses of JSONWriter in io.gravitee.policy.json2xml.transformer Modifier and Type Class Description classJSONStringerJSONStringer provides a quick and convenient way of producing JSON text.Methods in io.gravitee.policy.json2xml.transformer that return JSONWriter Modifier and Type Method Description JSONWriterJSONWriter. array()Begin appending a new array.JSONWriterJSONWriter. endArray()End an array.JSONWriterJSONWriter. endObject()End an object.JSONWriterJSONWriter. key(String string)Append a key.JSONWriterJSONWriter. object()Begin appending a new object.JSONWriterJSONWriter. value(boolean b)Append either the valuetrueor the valuefalse.JSONWriterJSONWriter. value(double d)Append a double value.JSONWriterJSONWriter. value(long l)Append a long value.JSONWriterJSONWriter. value(Object object)Append an object value.
-