V - the value target type after the conversionpublic interface ValueConverter<V>
V.V convert(Object value)
V if it is not null
and if such a conversion is supported by this converter. Returns null if
the specified value is null or if the value cannot be converted.value - the unconverted valueCopyright © 2017. All Rights Reserved.