Simpler Service
fun <I : Serializable, E : SimplerEntity<I, E>, out Mapper : SimplerMapper<I, E, M>> SimplerService(typeName: String, clock: Clock, repository: SimplerRepository<I, E>, mapper: Mapper)(source)
Parameters
I
Id type of the data
M
Model type of the data which is a SimplerModel
E
Entity type of the data which is a SimplerEntity
Mapper
Mapper of the data which is a SimplerMapper