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
    convert(T source, org.springframework.data.core.TypeInformation<?> typeHint)
     
  • Method Details

    • convert

      Object convert(T source, org.springframework.data.core.TypeInformation<?> typeHint)