Uses of Class
org.apache.juneau.uon.UonSerializerSession
Packages that use UonSerializerSession
-
Uses of UonSerializerSession in org.apache.juneau.oapi
Subclasses of UonSerializerSession in org.apache.juneau.oapiModifier and TypeClassDescriptionclass
Session object that lives for the duration of a single use ofOpenApiSerializer
. -
Uses of UonSerializerSession in org.apache.juneau.uon
Methods 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 UonSerializerSessionModifierConstructorDescriptionprotected
UonWriter
(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.urlencoding
Subclasses of UonSerializerSession in org.apache.juneau.urlencodingModifier and TypeClassDescriptionclass
Session object that lives for the duration of a single use ofUrlEncodingSerializer
.