Simplest Controller
fun <out Mapper : SimplestMapper<I, E>, out S : SimplestService<I, E, Mapper>> SimplestController(typeName: String, service: S, mapper: Mapper)(source)
Parameters
I
Id type of the data
E
Entity type of the data which is a SimplestEntity
Mapper
Mapper type of the data which is a SimplestMapper
S
Service type of the data which is a SimplestService