Hierarchy For Package io.tarantool.driver.mappers.converters.object
Package Hierarchies:Class Hierarchy
- java.lang.Object
- io.tarantool.driver.mappers.converters.object.DefaultBigDecimalToExtensionValueConverter (implements io.tarantool.driver.mappers.converters.ObjectConverter<O,V>)
- io.tarantool.driver.mappers.converters.object.DefaultBooleanToBooleanValueConverter (implements io.tarantool.driver.mappers.converters.ObjectConverter<O,V>)
- io.tarantool.driver.mappers.converters.object.DefaultByteArrayToBinaryValueConverter (implements io.tarantool.driver.mappers.converters.ObjectConverter<O,V>)
- io.tarantool.driver.mappers.converters.object.DefaultCharacterToStringValueConverter (implements io.tarantool.driver.mappers.converters.ObjectConverter<O,V>)
- io.tarantool.driver.mappers.converters.object.DefaultDoubleToFloatValueConverter (implements io.tarantool.driver.mappers.converters.ObjectConverter<O,V>)
- io.tarantool.driver.mappers.converters.object.DefaultFloatToFloatValueConverter (implements io.tarantool.driver.mappers.converters.ObjectConverter<O,V>)
- io.tarantool.driver.mappers.converters.object.DefaultIntegerToIntegerValueConverter (implements io.tarantool.driver.mappers.converters.ObjectConverter<O,V>)
- io.tarantool.driver.mappers.converters.object.DefaultListToArrayValueConverter (implements io.tarantool.driver.mappers.converters.ObjectConverter<O,V>)
- io.tarantool.driver.mappers.converters.object.DefaultLongToIntegerValueConverter (implements io.tarantool.driver.mappers.converters.ObjectConverter<O,V>)
- io.tarantool.driver.mappers.converters.object.DefaultMapToMapValueConverter (implements io.tarantool.driver.mappers.converters.ObjectConverter<O,V>)
- io.tarantool.driver.mappers.converters.object.DefaultNilValueToNullConverter (implements io.tarantool.driver.mappers.converters.ValueConverter<V,O>)
- io.tarantool.driver.mappers.converters.object.DefaultPackableObjectConverter (implements io.tarantool.driver.mappers.converters.ObjectConverter<O,V>)
- io.tarantool.driver.mappers.converters.object.DefaultShortToIntegerValueConverter (implements io.tarantool.driver.mappers.converters.ObjectConverter<O,V>)
- io.tarantool.driver.mappers.converters.object.DefaultStringToStringValueConverter (implements io.tarantool.driver.mappers.converters.ObjectConverter<O,V>)
- io.tarantool.driver.mappers.converters.object.DefaultUUIDToExtensionValueConverter (implements io.tarantool.driver.mappers.converters.ObjectConverter<O,V>)