Uses of Class
org.apache.juneau.json.JsonWriter
Packages that use JsonWriter
- 
Uses of JsonWriter in org.apache.juneau.jsonMethods in org.apache.juneau.json that return JsonWriterModifier and TypeMethodDescriptionJsonWriter.append(char c) JsonWriter.append(int indent, char c) JsonWriter.appendIf(boolean b, char c) Serializes the specified object as a JSON attribute name.JsonWriter.cr(int depth) JsonWriter.cre(int depth) protected final JsonWriterJsonSerializerSession.getJsonWriter(SerializerPipe out) Converts the specified output target object to anJsonWriter.JsonWriter.i(int indent) JsonWriter.nl(int indent) JsonWriter.q()JsonWriter.s()JsonWriter.s(int indent) Adds a space only if the current indentation level is below maxIndent.protected JsonWriterJsonSerializerSession.serializeAnything(JsonWriter out, Object o, ClassMeta<?> eType, String attrName, BeanPropertyMeta pMeta) Workhorse method.JsonWriter.smi(int depth) Performs an indentation only if we're currently past max indentation.JsonWriter.stringValue(String s) Serializes the specified object as a JSON string value.JsonWriter.w(char value) Methods in org.apache.juneau.json with parameters of type JsonWriterModifier and TypeMethodDescriptionprotected JsonWriterJsonSerializerSession.serializeAnything(JsonWriter out, Object o, ClassMeta<?> eType, String attrName, BeanPropertyMeta pMeta) Workhorse method.