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
ValueConvertorconvert in interface ValueConvertor<Object,Object>value - the object to convert.ValueConvertorException - in case the conversion failed.Copyright © 2008-2018 FedICT. All Rights Reserved.