Uses of Class
org.apache.juneau.serializer.SerializerWriter
Packages that use SerializerWriter
Package
Description
CSV Marshalling Support
-
Uses of SerializerWriter in org.apache.juneau.csv
Subclasses of SerializerWriter in org.apache.juneau.csv -
Uses of SerializerWriter in org.apache.juneau.html
Subclasses of SerializerWriter in org.apache.juneau.htmlModifier and TypeClassDescriptionclass
Specialized writer for serializing HTML.class
Utility class for creating custom HTML. -
Uses of SerializerWriter in org.apache.juneau.json
Subclasses 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.serializer
Methods 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 theuseWhitespace
setting is enabled), followed by text.Writes an indent (if theuseWhitespace
setting 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 theuseWhitespace
setting is enabled), followed by text, followed by a newline (if theuseWhitespace
setting is enabled).Writes the specified text followed by a newline (if theuseWhitespace
setting 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 theuseWhitespace
setting is enabled.SerializerWriter.ie
(int indent) Writes an end-of-line indent to the writer if theuseWhitespace
setting is enabled.SerializerWriter.nl
(int indent) Writes a newline to the writer if theuseWhitespace
setting is enabled.SerializerWriter.nlIf
(boolean flag, int indent) Writes a newline to the writer if theuseWhitespace
setting is enabled and the boolean flag is true.SerializerWriter.q()
Adds the quote character specified by thequoteChar
setting to the output.SerializerWriter.s()
Adds a whitespace character to the output if theuseWhitespace
setting is enabled.SerializerWriter.sIf
(boolean flag) Writes a space if the boolean expression istrue anduseWhitespace
is 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.uon
Subclasses of SerializerWriter in org.apache.juneau.uonModifier and TypeClassDescriptionclass
Specialized writer for serializing UON-encoded text.Methods in org.apache.juneau.uon that return SerializerWriterModifier and TypeMethodDescriptionAppends a URI to the output.protected SerializerWriter
UonSerializerSession.serializeAnything
(UonWriter out, Object o, ClassMeta<?> eType, String attrName, BeanPropertyMeta pMeta) Workhorse method. -
Uses of SerializerWriter in org.apache.juneau.xml
Subclasses of SerializerWriter in org.apache.juneau.xml