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.-
Method Summary
Modifier and TypeMethodDescription@Nullable Objectconvert(T source, TypeInformation<?> typeHint)
-
Method Details
-
convert
-