restMappings property Null safety

Map<Type, RestAdapter<RestModel>> restMappings
final

Hand in rest mappings, which get merged with the engine mappings

Implementation

final Map<Type, RestAdapter<RestModel>> restMappings;