Package org.apache.juneau.urlencoding
package org.apache.juneau.urlencoding
URL-Encoding Marshalling Support
-
ClassDescriptionMetadata on bean properties specific to the URL-Encoding serializers and parsers pulled from the
@UrlEncoding
annotation on the bean property.Metadata on classes specific to the URL-Encoding serializers and parsers pulled from the@UrlEncoding
annotation on the class.Interface for providing access toUrlEncodingClassMeta
andUrlEncodingBeanPropertyMeta
objects.Parses URL-encoded text into POJO models.Builder class.Session object that lives for the duration of a single use ofUrlEncodingParser
.Builder class.Serializes POJO models to URL-encoded notation with UON-encoded values (a notation for URL-encoded query paramter values).Builder class.Equivalent toUrlEncodingSerializer.
.create ().expandedParams().build();Equivalent toUrlEncodingSerializer.
.create ().plainTextParts().build();Equivalent toUrlEncodingSerializer.
.create ().useWhitespace().build();Session object that lives for the duration of a single use ofUrlEncodingSerializer
.Builder class.