https://github.com/levigo/recordmapper
A small library for mapping Java classes to legacy record formats
https://github.com/levigo/recordmapper
cobol java
Last synced: about 1 year ago
JSON representation
A small library for mapping Java classes to legacy record formats
- Host: GitHub
- URL: https://github.com/levigo/recordmapper
- Owner: levigo
- License: bsd-3-clause
- Created: 2015-11-12T15:22:16.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-05-14T12:04:18.000Z (about 1 year ago)
- Last Synced: 2025-05-14T13:31:37.280Z (about 1 year ago)
- Topics: cobol, java
- Language: Java
- Size: 101 KB
- Stars: 0
- Watchers: 12
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Overview
A simple record mapper for mapping Java objects to legacy record formats. Currently the only supported format
is COBOL copybook style records.
## Features
- map Java objects to and from COBOL copybook-style fixed-size record formats
## Usage
__Maven dependency__
org.jadice.recordmapper
recordmapper
2.0.28
## License
This library is provided "as is" under the "three-clause BSD license". See [LICENSE.md](./LICENSE.md).