Uses of Class
org.apache.juneau.uon.UonSerializerSession
Packages that use UonSerializerSession
Package
Description
OpenAPI Marshalling Support
UON Marshalling Support
URL-Encoding Marshalling Support
-
Uses of UonSerializerSession in org.apache.juneau.oapi
Subclasses 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.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 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.urlencoding
Subclasses of UonSerializerSession in org.apache.juneau.urlencodingModifier and TypeClassDescriptionclassSession object that lives for the duration of a single use ofUrlEncodingSerializer.