Uses of Class
org.apache.juneau.uon.UonSerializer
Packages that use UonSerializer
Package
Description
-
Uses of UonSerializer in org.apache.juneau.marshaller
Constructors in org.apache.juneau.marshaller with parameters of type UonSerializer -
Uses of UonSerializer in org.apache.juneau.oapi
Subclasses of UonSerializer in org.apache.juneau.oapiModifier and TypeClassDescriptionclass
Serializes POJOs to values suitable for transmission as HTTP headers, query/form-data parameters, and path variables. -
Uses of UonSerializer in org.apache.juneau.uon
Subclasses of UonSerializer in org.apache.juneau.uonModifier and TypeClassDescriptionstatic class
Equivalent toUonSerializer.
.create ().encoding().build();static class
Equivalent toUonSerializer.
.create ().ws().build();Fields in org.apache.juneau.uon declared as UonSerializerModifier and TypeFieldDescriptionstatic final UonSerializer
UonSerializer.DEFAULT
Reusable instance ofUonSerializer
, all default settings.static final UonSerializer
UonSerializer.DEFAULT_ENCODING
Reusable instance ofUonSerializer.Encoding
.static final UonSerializer
UonSerializer.DEFAULT_READABLE
Reusable instance ofUonSerializer.Readable
.Methods in org.apache.juneau.uon that return UonSerializerMethods in org.apache.juneau.uon with parameters of type UonSerializerModifier and TypeMethodDescriptionstatic UonSerializerSession.Builder
UonSerializerSession.create
(UonSerializer ctx) Creates a new builder for this object.Constructors in org.apache.juneau.uon with parameters of type UonSerializerModifierConstructorDescriptionprotected
Builder
(UonSerializer copyFrom) Copy constructor.protected
Builder
(UonSerializer ctx) Constructor -
Uses of UonSerializer in org.apache.juneau.urlencoding
Subclasses of UonSerializer in org.apache.juneau.urlencodingModifier and TypeClassDescriptionclass
Serializes POJO models to URL-encoded notation with UON-encoded values (a notation for URL-encoded query paramter values).static class
Equivalent toUrlEncodingSerializer.
.create ().expandedParams().build();static class
Equivalent toUrlEncodingSerializer.
.create ().plainTextParts().build();static class
Equivalent toUrlEncodingSerializer.
.create ().useWhitespace().build();