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
- Host: GitHub
- URL: https://github.com/cyclopsgroup/caff
- Owner: cyclopsgroup
- License: apache-2.0
- Created: 2011-06-25T23:28:14.000Z (almost 15 years ago)
- Default Branch: main
- Last Pushed: 2025-12-30T23:06:58.000Z (6 months ago)
- Last Synced: 2026-01-03T22:20:26.233Z (5 months ago)
- Topics: formatting, java, parsing
- Language: Java
- Homepage:
- Size: 148 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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.