Modabi is a Modular Data Binding library for Java, which aims to provide users with the most flexible and comprehensive feature set possible.
Modabi can be used to provide mappings between Java objects in memory and a number of external formats, including Yaml and XML, without any modification to existing business objects.
-
Format agnostic; support for XML, YAML, binary blob, etc.
-
Binds to interface, not implementation, perfect for e.g. OSGi environments.
-
Type safety is best in class, including type inference.
-
Supports complex binding rules, e.g. binding to the builder pattern, so it’s easy to bind to existing APIs without modification.
-
Simple use cases only require simple schemata, intelligent automatic default matching of data elements to methods.
-
Schemata are themselves defined and bound by a provided meta-schema, and so can be designed in any supported format.