Uses of Class
com.pyranid.CustomColumnMapper.MappingResult
-
Uses of CustomColumnMapper.MappingResult in com.pyranid
Methods in com.pyranid that return CustomColumnMapper.MappingResultModifier and TypeMethodDescriptionCustomColumnMapper.MappingResult.fallback()Indicates that this mapper did not map a custom value and prefers to fall back to the behavior of the registeredResultSetMapper.CustomColumnMapper.map(@NonNull StatementContext<?> statementContext, @NonNull ResultSet resultSet, @NonNull Object resultSetValue, @NonNull TargetType targetType, @NonNull Integer columnIndex, @Nullable String columnLabel, @NonNull InstanceProvider instanceProvider) Perform custom mapping of aResultSetcolumn: given aresultSetValue, optionally return an instance oftargetTypeinstead.Indicates a successfully-mapped custom value.