Package org.apache.juneau.uon
package org.apache.juneau.uon
UON Marshalling Support
-
ClassDescriptionIdentifies the possible values for the
UonSerializer.Builder.paramFormat(ParamFormat)
setting.Metadata on bean properties specific to the UON serializers and parsers pulled from the@Uon
annotation on the bean property.Metadata on classes specific to the UON serializers and parsers pulled from the@Uon
annotation on the class.Interface for providing access toUonClassMeta
andUonBeanPropertyMeta
objects.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 asParserReader
except 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.