Package org.nuiton.converter
Interface NuitonConverter<O>
-
- All Superinterfaces:
org.apache.commons.beanutils.Converter
- All Known Implementing Classes:
ColorConverter
,EnumConverter
,KeyStrokeConverter
,LocaleConverter
,URIConverter
,URLConverter
public interface NuitonConverter<O> extends org.apache.commons.beanutils.Converter
OverConverter
contract to be able to get main type of a converter.Created on 7/23/14.
- Since:
- 1.0
- Author:
- Tony Chemit - chemit@codelutin.com
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Class<O>
getType()
-