Uses of Class
org.apache.juneau.uon.UonSerializerSession
Packages that use UonSerializerSession
- 
Uses of UonSerializerSession in org.apache.juneau.oapiSubclasses of UonSerializerSession in org.apache.juneau.oapiModifier and TypeClassDescriptionclassSession object that lives for the duration of a single use ofOpenApiSerializer.
- 
Uses of UonSerializerSession in org.apache.juneau.uonMethods in org.apache.juneau.uon that return UonSerializerSessionModifier and TypeMethodDescriptionUonSerializerSession.Builder.build()UonSerializer.getPartSession()UonSerializer.getSession()Constructors in org.apache.juneau.uon with parameters of type UonSerializerSessionModifierConstructorDescriptionprotectedUonWriter(UonSerializerSession session, Writer out, boolean useWhitespace, int maxIndent, boolean encodeChars, boolean trimStrings, boolean plainTextParams, char quoteChar, UriResolver uriResolver) Constructor.
- 
Uses of UonSerializerSession in org.apache.juneau.urlencodingSubclasses of UonSerializerSession in org.apache.juneau.urlencodingModifier and TypeClassDescriptionclassSession object that lives for the duration of a single use ofUrlEncodingSerializer.