{8.2.0-updated} HTTP Part Serializers
There is a separate set of serializers for serializing HTTP parts (query, form-data, headers, path variables, and plain-text request bodies). The distinction is that these are designed to serialize directly to strings based on Open-API schema information.
The {@link oaj.httppart.HttpPartSchemaBuilder} class is provided for shortening the creation of schemas. The equivalent to the schema above can be structured like so:
The class hierarchy for the part serializers are: