Skip to content

A small library for mapping Java classes to legacy record formats

License

Notifications You must be signed in to change notification settings

levigo/recordmapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A small library for mapping Java classes to legacy record formats

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages