Skip to content
This repository was archived by the owner on Apr 15, 2026. It is now read-only.

Latest commit

 

History

History
30 lines (19 loc) · 950 Bytes

File metadata and controls

30 lines (19 loc) · 950 Bytes

Archived Repository

⚠️ This repository has been archived and is no longer actively maintained or developed. ⚠️

No further development will take place on this project.

Why was this repository archived?

  • This repository has been archived because no further development or updates will be made. The project is considered complete and is no longer actively maintained.

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.28</version>
</dependency>

License

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