Skip to content

Adds the "unmappble" result type

Choose a tag to compare

@mpdude mpdude released this 05 Oct 13:19
Add a new "unmappable" result type

This can be used if a source object should be treated as if it does
not exists (don't insert/delete when present). In some cases, this
cannot be detected unless the mapping is attempted.

Normally, such objects should not be returned from the SourceAdapter
in the first place.