File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ reading and writing [XML](http://en.wikipedia.org/wiki/Xml) encoded data.
66Further, the goal is to emulate how [ JAXB] ( http://en.wikipedia.org/wiki/JAXB ) data-binding works
77with "Code-first" approach (no support is added for "Schema-first" approach).
88Support for JAXB annotations is provided by [ JAXB annotation module] ( https://github.com/FasterXML/jackson-modules-base/tree/master/jaxb ) ;
9- this module provides low-level abstractions (` JsonParser ` , ` JsonGenerator ` , ` JsonFactory ` ) as well as a small number of higher level
9+ this module provides low-level abstractions (` XmlParser ` , ` ToXmlGenerator ` , ` XmlFactory ` ) as well as a small number of higher level
1010overrides needed to make data-binding work.
1111
1212It is worth noting, however, that the goal is NOT to be full JAXB clone; or to be a
You can’t perform that action at this time.
0 commit comments