fabricio
09/26/2018, 12:21 PM@GetMapping
fun getIdentities(payload: IdentitySearchRequest, pageable: Pageable) =
service.searchProcess(payload, pageable)
I`m trying to map the query string of this request to that class. But it doesn`t work. Any idea? Its spring bootdschubert
09/26/2018, 1:47 PM