Uses of Class
org.apache.juneau.uon.UonWriter
Packages that use UonWriter
- 
Uses of UonWriter in org.apache.juneau.uonMethods in org.apache.juneau.uon that return UonWriterModifier and TypeMethodDescriptionUonWriter.append(char c) UonWriter.append(int indent, char c) protected UonWriterUonWriter.appendBoolean(Object o) Appends a boolean value to the output.UonWriter.appendIf(boolean b, char c) protected UonWriterUonWriter.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 UonWriterUonSerializerSession.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 SerializerWriterUonSerializerSession.serializeAnything(UonWriter out, Object o, ClassMeta<?> eType, String attrName, BeanPropertyMeta pMeta) Workhorse method.