public class IdenticalValueConvertor extends Object implements ValueConvertor<Object,Object>
Constructor and Description |
---|
IdenticalValueConvertor() |
Modifier and Type | Method and Description |
---|---|
Object |
convert(Object value)
Convert the given object to the convertor data type.
|
public Object convert(Object value) throws ValueConvertorException
ValueConvertor
convert
in interface ValueConvertor<Object,Object>
value
- the object to convert.ValueConvertorException
- in case the conversion failed.Copyright © 2008-2016 FedICT. All Rights Reserved.