Variance provides a general-purpose, custom-wirable junction box for conversion between Java types. Values stored as Variants can be converted freely to any type (provided that a type converter exists between the original type and the target type), and users can add new type converters or override existing conversions.
| Tags | Java Library Utilities |
|---|---|
| Licenses | MIT/X |
| Operating Systems | all Java capable systems |
| Implementation | Java 1.6+ Guava |