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 1 year ago
JSON representation
A simple object mapper for XML files
- Host: GitHub
- URL: https://github.com/dfuchss/xmlobjectmapper
- Owner: dfuchss
- License: mit
- Created: 2022-04-06T22:23:06.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-05-15T19:32:00.000Z (about 1 year ago)
- Last Synced: 2025-05-15T20:31:24.333Z (about 1 year ago)
- Topics: java, object-mapper, xml, xml-parser
- Language: Java
- Homepage:
- Size: 106 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# XML Object Mapper
[](https://github.com/dfuchss/XMLObjectMapper/actions/workflows/deploy.yml)
[](https://github.com/dfuchss/XMLObjectMapper/releases/latest)
[](https://github.com/dfuchss/XMLObjectMapper/issues)
[](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
```