Class JsonSchemaGenerator
- java.lang.Object
-
- org.eclipse.persistence.internal.jaxb.json.schema.JsonSchemaGenerator
-
public class JsonSchemaGenerator extends Object
INTERNAL:Purpose: This class generates an instance of JsonSchema based on an EclipseLink project and given a root class. The descriptor for the root class' mappings are traversed and the associated schema artifacts are created.
-
-
Constructor Summary
Constructors Constructor Description JsonSchemaGenerator(JAXBContext jaxbContext, Map properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JsonSchemagenerateSchema(Class rootClass)
-
-
-
Constructor Detail
-
JsonSchemaGenerator
public JsonSchemaGenerator(JAXBContext jaxbContext, Map properties)
-
-
Method Detail
-
generateSchema
public JsonSchema generateSchema(Class rootClass)
-
-