com.github.vkorobkov.jfixtures.util.RowMergeConflictResolver Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jfixtures Show documentation
Show all versions of jfixtures Show documentation
Easy test data creator for SQL databases
package com.github.vkorobkov.jfixtures.util;
import lombok.AccessLevel;
import lombok.NoArgsConstructor;
import java.util.Map;
import java.util.function.BiFunction;
@NoArgsConstructor(access = AccessLevel.PRIVATE)
public class RowMergeConflictResolver implements BiFunction