Class HtmlSchemaDocSerializer

All Implemented Interfaces:
AnnotationProvider, HtmlMetaProvider, XmlMetaProvider

public final class HtmlSchemaDocSerializer extends HtmlDocSerializer
Serializes POJO metamodels to HTML.
Media types
Handles Accept types: text/html+schema

Produces Content-Type types: text/html

Description
Essentially the same as HtmlDocSerializer, except serializes the POJO metamodel instead of the model itself.

Produces output that describes the POJO metamodel similar to an XML schema document.

The easiest way to create instances of this class is through the HtmlSerializer.getSchemaSerializer(), which will create a schema serializer with the same settings as the originating serializer.

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