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 @Nullable Object |
convert(@Nullable Class<?> clazz,
@Nullable Object value) |
@Nullable Object |
convert(@NotNull TypeInformation typeInformation,
@Nullable Object value)
Converts the given value to the given class, if possible.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoExportValue@Nullable public @Nullable Object convert(@NotNull @NotNull TypeInformation typeInformation, @Nullable @Nullable Object value)
LeafValueHandlernull or an object of the class type.convert in interface LeafValueHandlertypeInformation - the required typevalue - the value to convertCopyright © 2016–2023 The AuthMe Team. All rights reserved.