Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.mentawai.converter

Interface Summary
Converter This is a simple interface for field convertion.
 

Class Summary
BasicConverter The simplest form of a converter that takes an object and convert it to another one.
DateConverter Converts a java.lang.String to a java.util.Date using the user locale.
IntegerConverter  
LocaleConverter A converter that needs to know the user locale to perform the conversion.
 

Exception Summary
ConversionException An exception that can happen when a conversion fails.