Package org.apache.juneau.urlencoding
package org.apache.juneau.urlencoding
- 
ClassDescriptionMetadata on bean properties specific to the URL-Encoding serializers and parsers pulled from the@UrlEncodingannotation on the bean property.Metadata on classes specific to the URL-Encoding serializers and parsers pulled from the@UrlEncodingannotation on the class.Interface for providing access toUrlEncodingClassMetaandUrlEncodingBeanPropertyMetaobjects.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.