A simple record mapper for mapping Java objects to legacy record formats. Currently the only supported format is COBOL copybook style records.
- map Java objects to and from COBOL copybook-style fixed-size record formats
Maven dependency
<dependency>
<groupId>org.jadice.recordmapper</groupId>
<artifactId>recordmapper</artifactId>
<version>2.0.25</version>
</dependency>
This library is provided "as is" under the "three-clause BSD license". See LICENSE.md.