Skip to content
This repository has been archived by the owner on Dec 12, 2020. It is now read-only.
pgn84 edited this page May 20, 2013 · 12 revisions

Welcome to the hesperides wiki!

See QuickStart to get started in a few lines.

Project status and modules description

hesperides-transform

Takes Java Objects and transforms them via Reflection to a tree of Nodes. There are default Transformers for Maps, Lists and Primitives. AnnotatedObjectTransformer uses 3 strategies to instantiate your Types: 1) a no-arg constructor and public methods via reflection 2) Objenesis to instantiate without a no-arg constructor 3) @HConstructor and @HConstructorFields annotations to invoke a Constructor with the unserialized parameters.

This should be currently close to a usable, first-release state.

hesperides-cassify

Creates a set of Columns to represent the Node as a wide row with multi-component ( DynamicComposite ) column names

This is in the planning phase.

hesperides-examples-astyanax

hesperides-examples-hector

Clone this wiki locally