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(char[] value) 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.Appends a URI to the output.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.ie(int indent) UonWriter.nl(int indent) UonWriter.nlIf(boolean flag, int indent) UonWriter.q()UonWriter.s()UonWriter.sIf(boolean flag) UonWriter.w(char value) 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.