Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

EclipseLink/DesignDocs/317962/Phase2.1

< EclipseLink‎ | DesignDocs‎ | 317962
Revision as of 15:11, 7 July 2010 by Unnamed Poltroon (Talk) (Example: xxx annotation)

Phase 2.1 - Provide additional MOXy external metadata support that allows similar configuration abilities as with deployment XML

This phase of development involves providing additional MOXy external metadata support that allows similar configuration abilities as with deployment XML

Xml Structures

The following Xml Structures will be targeted in this phase:

MOXy Annotation XML Metadata Tag Package Type Field Method
XmlClassExtractor xml-class-extractor        
XmlProperty xml-property        
XmlProperties xml-properties        
XmlTransformation xml-transformation        
XmlReadTransformer xml-read-transformer        
XmlWriteTransformer xml-write-transformer        
XmlWriteTransformers xml-write-transformers        

Example: xxx

The following example will demonstrate how the xxx can be applied:

A property can be configured xxx via annotation as follows:

 

The equivalent via EclipseLink XML metadata would look like:

 

Back to the top