Uses of Class
org.apache.juneau.uon.UonWriter
Packages that use UonWriter
-
Uses of UonWriter in org.apache.juneau.uon
Methods in org.apache.juneau.uon that return UonWriterModifier and TypeMethodDescriptionUonWriter.append
(char c) UonWriter.append
(int indent, char c) protected UonWriter
UonWriter.appendBoolean
(Object o) Appends a boolean value to the output.UonWriter.appendIf
(boolean b, char c) protected UonWriter
UonWriter.appendNumber
(Object o) Appends a numeric value to the output.UonWriter.appendObject
(Object o, boolean isTopAttrName) Serializes the specified simple object as a UON string value.UonWriter.cr
(int depth) UonWriter.cre
(int depth) protected final UonWriter
UonSerializerSession.getUonWriter
(SerializerPipe out) Converts the specified output target object to anUonWriter
.UonWriter.i
(int indent) UonWriter.nl
(int indent) UonWriter.q()
Methods in org.apache.juneau.uon with parameters of type UonWriterModifier and TypeMethodDescriptionprotected SerializerWriter
UonSerializerSession.serializeAnything
(UonWriter out, Object o, ClassMeta<?> eType, String attrName, BeanPropertyMeta pMeta) Workhorse method.