Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

EclipseLink/Development/404452

< EclipseLink‎ | Development
Revision as of 15:25, 5 April 2013 by Matt.macivor.oracle.com (Talk | contribs) (New page: = Planning: MOXy JSON Schema Generation = [http://bugs.eclipse.org/404452 ER 404452] Currently EclipseLink supports generating XML Schemas from a JAXBContext. A feature will be added to ...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Planning: MOXy JSON Schema Generation

ER 404452

Currently EclipseLink supports generating XML Schemas from a JAXBContext. A feature will be added to generate JSON Schemas. At first this feature will be based on JAXB metadata and mappings, in the future this will be adapted to JSON-B metadata.

Phases

The development of this feature will need to be split into multiple phases. The current EclipseLink JSON support is insufficient to map to a json schema document. Additional enhancements will be required in order to generate these schemas.

Back to the top