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

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

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).