Simpler Controller
fun <out Mapper : SimplerMapper<I, E, M>, out S : SimplerService<I, E, M, R, 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
R
Repository type of the data which is a SimplerRepository
S
Service type of the data which is a SimplerService