Package-level declarations

Types

Link copied to clipboard

Utility class responsible for converting ENUM values to primitive types as stored in the database

Link copied to clipboard

Mapper responsible for mapping between entity objects as stored in the ROOM database and public classes used by the module end users.

Link copied to clipboard
data class VehicleModelFullInfo(val vehicle: DVehicleModel, val profile: DProfile?, val eVProfile: DEVProfile?, val manufacturer: DManufacturer?)

Helper object used by Room DAO to query for vehicle model information that is saved in multiple tables.