DataMapper
Interface for manual mapping of data from a Map to a data object.
This is the base interface for all manual mappers in Octavius. It is a functional interface, allowing for simple lambda usage:
.mapTo { map -> User(map["name"] as String) }Content copied to clipboard