public abstract class JsonSchemaOutputResolver extends SchemaOutputResolver
Purpose:Provides a schema output resolver specifically for Json Schemas. By passing a subclass of JsonSchemaOutputResolver in to the JAXBContext generateSchema method, will indicate that a JsonSchema should be generated instead of an Xml Schema.
Constructor and Description |
---|
JsonSchemaOutputResolver() |
Modifier and Type | Method and Description |
---|---|
abstract java.lang.Class |
getRootClass()
Returns the root class of the schema to be generated.
|
createOutput