Converter

The Converter project is a toolkit to help in converting objects of one type to another type. Conversion failure may result in default values or exceptions. Conversion also accepts an object "context" parameter which the application can pass to the converters so that the conversion process can convert in a specific context. For example converting String to File objects may take a File "context" object that is the base directory relative to which the String points.