Interface MappingRelationalConverter.DefaultConversionContext.ValueConverter<T>

Type Parameters:
T -
Enclosing class:
MappingRelationalConverter.DefaultConversionContext

protected static interface MappingRelationalConverter.DefaultConversionContext.ValueConverter<T>
Converts a simple source value into the target type.
Since:
3.2
Author:
Mark Paluch, Jens Schauder, Chirag Tailor, Vincent Galloy, Chanhyeong Cho, Lukáš Křečan
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable Object
    convert(T source, TypeInformation<?> typeHint)