V
- the value target type after the conversionpublic interface ValueConverter<V>
V
.Modifier and Type | Method and Description |
---|---|
V |
convert(Object value)
Converts the given value into the target type
V if it is not null
and if such a conversion is supported by this converter. |
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 © 2024. All rights reserved.