get

@GetMapping(path = ["/{id}"], produces = ["application/json"])
fun get(@PathVariable(value = "id") id: I): D(source)

Default implementation for getting an entity with given id

Return

DTO of the entity with given id

Parameters

id

Id of the entity