Package com.endurancetrio.data.event.model.converter
package com.endurancetrio.data.event.model.converter
-
ClassesClassDescriptionThe
DistanceTypeConverterclass is responsible for converting theDistanceTypeenum to its corresponding database column representation and vice versa.TheDurationToIntegerConverterclass is responsible for convertingDurationvalues to their corresponding database column representation (milliseconds) and vice versa.TheFileTypeConverterclass is responsible for converting theFileTypeenum to its corresponding database column representation and vice versa.TheGenderCategoryConverterclass is responsible for converting theGenderCategoryenum to its corresponding database column representation and vice versa.TheOrganizerTypeConverterclass is responsible for converting theOrganizerTypeenum to its corresponding database column representation and vice versa.ThePenaltyConverterclass is responsible for converting thePenaltyenum to its corresponding database column representation and vice versa.TheRaceStatusConverterclass is responsible for converting theRaceStatusenum to its corresponding database column representation and vice versa.TheRaceTypeConverterclass is responsible for converting theRaceTypeenum to its corresponding database column representation and vice versa.TheSportConverterclass is responsible for converting theSportenum to its corresponding database column representation and vice versa.TheWetSuitRuleConverterclass is responsible for converting theWetsuitRuleenum to its corresponding database column representation and vice versa.