Simplest Controller
fun <out Mapper : SimplestMapper<I, E>, out S : SimplestService<I, E, R, 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
R
Repository type of the data which is a SimplestRepository
S
Service type of the data which is a SimplestService