Simpler Controller
fun <out Mapper : SimplerMapper<I, E, M>, out S : SimplerService<I, E, M, Mapper>> SimplerController(typeName: String, service: S, mapper: Mapper)(source)
Parameters
I
Id type of the data
E
Entity type of the data which is a SimplerEntity
M
Model type of the data which is a SimplerModel
Mapper
Mapper type of the data which is a SimplerMapper
S
Service type of the data which is a SimplerService