Skip to content

cyclopsgroup/caff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

CAFF is a Conversion and Formatting Framework library for Java. It lets developers specify text conversion and formatting code with annotations and a simple API.

The conversion framework covers typical character-to-object conversions such as primitives and date objects, and it allows creating customized rules using annotations.

The formatting library focuses on several common text formats such as CSV, fixed-length, and delimiter-based syntaxes.

Reference

To include in a pom.xml file.

  <dependencies>
    <dependency>
      <groupId>org.cyclopsgroup</groupId>
      <artifactId>caff</artifactId>
      <version>0.4.2</version>
    </dependency>
    ...

Development guide

Please follow Google style guide when making a code change.

About

Conversion and Formatting Framework in Java

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages