public interface ConversionCallback
AttributeConverter has been found.| Modifier and Type | Method and Description |
|---|---|
<T> T |
convert(Class<T> targetType,
Object value)
Convert the given value into an instance of the the specified target type.
|
<T> T convert(Class<T> targetType, Object value)
T - the type of object returned by this conversiontargetType - The target type to convert intovalue - The value to be convertednull if the given
value to convert is nullCopyright © 2015–2020 Neo Technology, Inc.. All rights reserved.