be.fedict.eid.applet.service.dto
Class IdenticalValueConvertor
java.lang.Object
be.fedict.eid.applet.service.dto.IdenticalValueConvertor
- All Implemented Interfaces:
- ValueConvertor<Object,Object>
public class IdenticalValueConvertor
- extends Object
- implements ValueConvertor<Object,Object>
A value convertor that does nothing.
- Author:
- Frank Cornelis
Method Summary |
Object |
convert(Object value)
Convert the given object to the convertor data type. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IdenticalValueConvertor
public IdenticalValueConvertor()
convert
public Object convert(Object value)
throws ValueConvertorException
- Description copied from interface:
ValueConvertor
- Convert the given object to the convertor data type.
- Specified by:
convert
in interface ValueConvertor<Object,Object>
- Parameters:
value
- the object to convert.
- Returns:
- an object of the data convertor data type type.
- Throws:
ValueConvertorException
- in case the conversion failed.
Copyright © 2008-2011 FedICT. All Rights Reserved.