Skip to content

StrangeSkies/uk.co.strangeskies.modabi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StrangeSkies - Modabi

Travis CI License

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.

Features

  • 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.

Where to begin

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages