public abstract class AbstractLeafValueHandler extends Object implements LeafValueHandler
Class
in order to perform their conversion.| Constructor and Description |
|---|
AbstractLeafValueHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Object |
convert(Class<?> clazz,
Object value) |
Object |
convert(TypeInformation typeInformation,
Object value)
Converts the given value to the given class, if possible.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoExportValuepublic Object convert(TypeInformation typeInformation, Object value)
LeafValueHandlernull or an object of the class type.convert in interface LeafValueHandlertypeInformation - the required typevalue - the value to convertCopyright © 2016–2018 The AuthMe Team. All rights reserved.