Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 561 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 561 Bytes

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

<dependency>
    <groupId>org.jadice.recordmapper</groupId>
    <artifactId>recordmapper</artifactId>
    <version>2.0.25</version>
</dependency>

License

This library is provided "as is" under the "three-clause BSD license". See LICENSE.md.