You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 12, 2020. It is now read-only.
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