SimplestController

constructor(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