Package org.apache.juneau.uon
package org.apache.juneau.uon
- 
ClassDescriptionIdentifies the possible values for theUonSerializer.Builder.paramFormat(ParamFormat)setting.Metadata on bean properties specific to the UON serializers and parsers pulled from the@Uonannotation on the bean property.Metadata on classes specific to the UON serializers and parsers pulled from the@Uonannotation on the class.Interface for providing access toUonClassMetaandUonBeanPropertyMetaobjects.Parses UON (a notation for URL-encoded query parameter values) text into POJO models.Builder class.Default parser, decoding.Session object that lives for the duration of a single use ofUonParser.Builder class.Same functionality asParserReaderexcept automatically decoded%xx escape sequences.Serializes POJO models to UON (a notation for URL-encoded query parameter values).Builder class.Equivalent toUonSerializer..create ().encoding().build();Equivalent toUonSerializer..create ().ws().build();Session object that lives for the duration of a single use ofUonSerializer.Builder class.Utility methods for the UON and UrlEncoding serializers and parsers.Specialized writer for serializing UON-encoded text.