be.fedict.eid.applet.service.dto
Class IdenticalValueConvertor

java.lang.Object
  extended by 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

Constructor Summary
IdenticalValueConvertor()
           
 
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
 

Constructor Detail

IdenticalValueConvertor

public IdenticalValueConvertor()
Method Detail

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-2010 FedICT. All Rights Reserved.