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 Details

    • JsonSchemaGenerator

      public JsonSchemaGenerator(JAXBContext jaxbContext, Map properties)
  • Method Details