Class UrlEncodingParser

All Implemented Interfaces:
AnnotationProvider, HttpPartParser, UonMetaProvider, UrlEncodingMetaProvider

public class UrlEncodingParser extends UonParser implements UrlEncodingMetaProvider
Parses URL-encoded text into POJO models.
Media types

Handles Content-Type types: application/x-www-form-urlencoded

Description

Parses URL-Encoded text (e.g. "foo=bar&baz=bing") into POJOs.

Expects parameter values to be in UON notation.

This parser uses a state machine, which makes it very fast and efficient.

Notes:
  • This class is thread safe and reusable.
See Also: