public interface ConflictSolver
key conflict solver when merging 2 tables.
called after Converter.convert and insert failed.
source and target has same target structure;
after solve called, DBC.Table will replace target with the returned data.
Modifier and Type | Method and Description |
---|---|
Octets |
solve(Octets sourceValue,
Octets targetValue,
Octets key) |
Octets solve(Octets sourceValue, Octets targetValue, Octets key) throws MarshalException
MarshalException