An open API service indexing awesome lists of open source software.

https://github.com/cyclopsgroup/caff

Conversion and Formatting Framework in Java
https://github.com/cyclopsgroup/caff

formatting java parsing

Last synced: 5 months ago
JSON representation

Conversion and Formatting Framework in Java

Awesome Lists containing this project

README

          

# 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.

```xml


org.cyclopsgroup
caff
0.4.2

...
```

* [Javadoc](https://s3.us-east-1.amazonaws.com/dist.cyclopsgroup.org/projects/caff/apidocs/index.html)
* [Maven reports](https://s3.us-east-1.amazonaws.com/dist.cyclopsgroup.org/projects/caff/index.html)

# Development guide

Please follow [Google style guide](https://github.com/google/styleguide)
when making a code change.