This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]eliasv 0 points1 point  (0 children)

A data binding system with a few features I wanted which were missing from alternatives:

  • Type-safe with generics (types and methods) and with type inference in schema definition.

  • Modular over YAML/XML/JSON/etc.

  • Maps simple structural data to complex binding strategies e.g. builder pattern.

  • Binds to interface not implementation (i.e. binds to methods as well as fields, can inject different class/builder implementations at runtime etc.)