SimplestService

fun <I : Serializable, E : SimplestEntity<I>, out Mapper : SimplestMapper<I, E>> SimplestService(typeName: String, instantProvider: InstantProvider, crudRepository: CRUDRepository<I, E>, mapper: Mapper)(source)

Parameters

I

Id type of the data

E

Entity type of the data which is a SimplestEntity

R

Repository type of the data which is a SimplestRepository

Mapper

Mapper type of the data which is a SimplestMapper