Class JsonSchemaOutputResolver
- java.lang.Object
-
- javax.xml.bind.SchemaOutputResolver
-
- org.eclipse.persistence.jaxb.json.JsonSchemaOutputResolver
-
public abstract class JsonSchemaOutputResolver extends SchemaOutputResolver
PUBLIC: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.
- Author:
- mmacivor
-
-
Constructor Summary
Constructors Constructor Description JsonSchemaOutputResolver()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract java.lang.Class
getRootClass()
Returns the root class of the schema to be generated.-
Methods inherited from class javax.xml.bind.SchemaOutputResolver
createOutput
-
-