Skip to content

Commit 70fb333

Browse files
authored
typo: Mention correct XML-related classes instead of JSON ones (#796)
1 parent 2b167db commit 70fb333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ reading and writing [XML](http://en.wikipedia.org/wiki/Xml) encoded data.
66
Further, the goal is to emulate how [JAXB](http://en.wikipedia.org/wiki/JAXB) data-binding works
77
with "Code-first" approach (no support is added for "Schema-first" approach).
88
Support 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
1010
overrides needed to make data-binding work.
1111

1212
It is worth noting, however, that the goal is NOT to be full JAXB clone; or to be a

0 commit comments

Comments
 (0)