SimplestService

fun <I : Serializable, E : SimplestEntity<I, E>, out Mapper : SimplestMapper<I, E>> SimplestService(typeName: String, instantProvider: InstantProvider, repository: SimplestRepository<I, E>, 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