Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dfuchss/xmlobjectmapper

A simple object mapper for XML files
https://github.com/dfuchss/xmlobjectmapper

java object-mapper xml xml-parser

Last synced: about 8 hours ago
JSON representation

A simple object mapper for XML files

Awesome Lists containing this project

README

        

# XML Object Mapper
[![Maven Deploy](https://github.com/dfuchss/XMLObjectMapper/actions/workflows/deploy.yml/badge.svg)](https://github.com/dfuchss/XMLObjectMapper/actions/workflows/deploy.yml)
[![Latest Release](https://img.shields.io/github/release/dfuchss/XMLObjectMapper.svg)](https://github.com/dfuchss/XMLObjectMapper/releases/latest)
[![GitHub issues](https://img.shields.io/github/issues/dfuchss/XMLObjectMapper.svg?style=square)](https://github.com/dfuchss/XMLObjectMapper/issues)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg?style=square)](https://github.com/dfuchss/XMLObjectMapper/blob/master/LICENCE.md)

This project contains a simple object mapper for XML files. Currently, it only supports reading from XML files.

# Maven & Co.
If you want to use maven or some similar tool add the following code to your pom:
```xml


org.fuchss
xml-object-mapper
X.Y.Z

```