| Interface | Description |
|---|---|
| ObjectMapper<D,T> |
Interface to abstract the process of mapping objects to data, and vise versa.
|
| Class | Description |
|---|---|
| LevenshteinObjectMapper<T> |
Intelligent object mapper that utilises the levenshtein distance algorithm via a port of python's
fuzzywuzzy library to map values to fields based on "roughly the same" field names.
|