Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

jiaqi/caff

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
70 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

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.