You will be redirected to our new website in 5 seconds...
If you are not automatically taken to our new web site,
please click on the hyperlink :
http://jodd.org
Jodd
build: 309
updated: Jun 17 2008
 

SourceForge.net Logo

freebsd  Support this project

home Home | download | home Contact | SourceForge | File Releases releases | News news |  
Type conversion

Good type conversion is very important for dynamic code. Jodd provides a lot of type converters - classes that converts an object to a specific type. All type converters are registered in TypeConverterManager that can perform conversions. It is easy to add custom type converter, of course. Default type converters are assertive, i.e. they will try to perform all kind of different conversion just to make destination type.

One of things that make Jodds type conversion different is that it is possible to directly call type converters, since all conversion methods are also statics.