public abstract static class TypeConverters.BaseTypeConverter extends Object implements TypeConverter
Constructor and Description |
---|
TypeConverters.BaseTypeConverter() |
public final Comparable convert(Comparable value)
TypeConverter
Comparable
typed value to another one.
Since TypeConverters are not statically typed itself the developer
needs to take care of correct usage of input and output types.convert
in interface TypeConverter
value
- the value to be convertedCopyright © 2016 Hazelcast, Inc.. All Rights Reserved.