This package browser is in early development. Mind the rough edges.

java-fasterxml-jackson-dataformat-xml

Read and write XML

This package contains Jackson extension component for reading and writing XML encoded data.

Further, the goal is to emulate how JAXB data-binding works with "Code-first" approach (that is, no support is added for "Schema-first" approach). Support for JAXB annotations is provided by JAXB annotation module; this module provides low-level abstractions (JsonParser, JsonGenerator, JsonFactory) as well as small number of higher level overrides needed to make data-binding work.

Installation

Install the latest version of java-fasterxml-jackson-dataformat-xml as follows:

guix install java-fasterxml-jackson-dataformat-xml

Or install a particular version:

guix install java-fasterxml-jackson-dataformat-xml@2.9.4

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.