Uses of Class
org.apache.juneau.serializer.SerializerWriter
Packages that use SerializerWriter
Package
Description
CSV Marshalling Support
- 
Uses of SerializerWriter in org.apache.juneau.csvSubclasses of SerializerWriter in org.apache.juneau.csv
- 
Uses of SerializerWriter in org.apache.juneau.htmlSubclasses of SerializerWriter in org.apache.juneau.htmlModifier and TypeClassDescriptionclassSpecialized writer for serializing HTML.classUtility class for creating custom HTML.
- 
Uses of SerializerWriter in org.apache.juneau.jsonSubclasses of SerializerWriter in org.apache.juneau.jsonMethods in org.apache.juneau.json that return SerializerWriterModifier and TypeMethodDescriptionAppends a URI to the output.
- 
Uses of SerializerWriter in org.apache.juneau.serializerMethods in org.apache.juneau.serializer that return SerializerWriterModifier and TypeMethodDescriptionSerializerWriter.append(char c) SerializerWriter.append(char[] value) Appends the specified characters to this writer.SerializerWriter.append(int indent, char value) Writes an indent (if theuseWhitespacesetting is enabled), followed by text.Writes an indent (if theuseWhitespacesetting is enabled), followed by text.Writes the specified text to the writer if it isn'tnull .Writes the specified text to the writer if it isn'tnull .SerializerWriter.appendIf(boolean flag, char value) Writes the specified text to the writer if b is true.Writes the specified text to the writer if b is true.Writes an indent (if theuseWhitespacesetting is enabled), followed by text, followed by a newline (if theuseWhitespacesetting is enabled).Writes the specified text followed by a newline (if theuseWhitespacesetting is enabled).Appends the specified object as a URI.SerializerWriter.cr(int depth) Performs a carriage return.SerializerWriter.cre(int depth) Performs a carriage return at the end of a line.SerializerWriter.i(int indent) Writes an indent to the writer if theuseWhitespacesetting is enabled.SerializerWriter.ie(int indent) Writes an end-of-line indent to the writer if theuseWhitespacesetting is enabled.SerializerWriter.nl(int indent) Writes a newline to the writer if theuseWhitespacesetting is enabled.SerializerWriter.nlIf(boolean flag, int indent) Writes a newline to the writer if theuseWhitespacesetting is enabled and the boolean flag is true.SerializerWriter.q()Adds the quote character specified by thequoteCharsetting to the output.SerializerWriter.s()Adds a whitespace character to the output if theuseWhitespacesetting is enabled.SerializerWriter.sIf(boolean flag) Writes a space if the boolean expression istrue anduseWhitespaceis false.SerializerWriter.w(char value) Writes the specified character to the writer.Writes the specified string to the writer.Constructors in org.apache.juneau.serializer with parameters of type SerializerWriter
- 
Uses of SerializerWriter in org.apache.juneau.uonSubclasses of SerializerWriter in org.apache.juneau.uonModifier and TypeClassDescriptionclassSpecialized writer for serializing UON-encoded text.Methods in org.apache.juneau.uon that return SerializerWriterModifier and TypeMethodDescriptionAppends a URI to the output.protected SerializerWriterUonSerializerSession.serializeAnything(UonWriter out, Object o, ClassMeta<?> eType, String attrName, BeanPropertyMeta pMeta) Workhorse method.
- 
Uses of SerializerWriter in org.apache.juneau.xmlSubclasses of SerializerWriter in org.apache.juneau.xml