Package org.nuiton.converter
Class URIConverter
- java.lang.Object
-
- org.nuiton.converter.URIConverter
-
- All Implemented Interfaces:
org.apache.commons.beanutils.Converter
,NuitonConverter<URI>
public class URIConverter extends Object implements NuitonConverter<URI>
- Since:
- 1.0
- Author:
- Tony Chemit - chemit@codelutin.com
-
-
Constructor Summary
Constructors Constructor Description URIConverter()
-
-
-
Method Detail
-
convert
public <T> T convert(Class<T> aClass, Object value)
- Specified by:
convert
in interfaceorg.apache.commons.beanutils.Converter
-
isEnabled
protected boolean isEnabled(Class<?> aClass)
-
getType
public Class<URI> getType()
- Specified by:
getType
in interfaceNuitonConverter<URI>
- Returns:
- the main type of the converter.
-
-