Package org.nuiton.converter
This package contains the converter api + the format api.
Converter api
This converter api is based on the http://commons.apache.org/beanutilscommons-beanutils
.
With a thin over layer (see NuitonConverter
to get at loading
the type of converter to register.
Use the ConverterUtil
to register or obtain a
converter.
- Since:
- 1.0
- Author:
- Tony Chemit - chemit@codelutin.com
-
Interface Summary Interface Description NuitonConverter<O> OverConverter
contract to be able to get main type of a converter. -
Class Summary Class Description ColorConverter ConverterUtil Useful class to get / register converter fromConvertUtils
or trying to get it from this package.EnumConverter<E extends Enum> KeyStrokeConverter LocaleConverter URIConverter URLConverter