| Class | Description |
|---|---|
| UonParser |
Parses UON (a notation for URL-encoded query parameter values) text into POJO models.
|
| UonParser.Decoding |
Default parser, decoding.
|
| UonParserBuilder |
Builder class for building instances of UON parsers.
|
| UonParserSession |
Session object that lives for the duration of a single use of
UonParser. |
| UonReader |
Same functionality as
ParserReader except automatically decoded |
| UonSerializer |
Serializes POJO models to UON (a notation for URL-encoded query parameter values).
|
| UonSerializer.Encoding |
Equivalent to
UonSerializer.. |
| UonSerializer.Readable |
Equivalent to
UonSerializer.. |
| UonSerializerBuilder |
Builder class for building instances of UON serializers.
|
| UonSerializerSession |
Session object that lives for the duration of a single use of
UonSerializer. |
| UonUtils |
Utility methods for the UON and UrlEncoding serializers and parsers.
|
| UonWriter |
Specialized writer for serializing UON-encoded text.
|
| Enum | Description |
|---|---|
| ParamFormat |
Identifies the possible values for the
UonSerializer.UON_paramFormat setting. |
Copyright © 2016–2019 The Apache Software Foundation. All rights reserved.