Simple Controller
fun <out Mapper : SimpleMapper<I, E, M, D>, out S : SimpleService<I, E, M, D, R, Mapper>> SimpleController(typeName: String, service: S, mapper: Mapper)(source)
Parameters
I
Id type of the data
E
Entity type of the data which is a SimpleEntity
M
Model type of the data which is a SimpleModel
D
DTO type of the data which is a SimpleDTO
Mapper
Mapper type of the data which is a SimpleMapper
R
Repository type of the data which is a SimpleRepository
S
Service type of the data which is a SimpleService