Skip to content

jiaqi/caff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

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

The conversion framework covers typical character - object conversion such as primitive and date objects, and it allows to create customized rule with annotation.

The formatting library focuses on several common text format such as CSV, fix-length and delimiter based syntax.

Reference

Maven doc

Development guide

Please follow Google style guide when making a code change.