Interface ReadRestController<M extends BaseModel<I>,​C extends BaseCriteria<I>,​S extends BaseService<M,​C,​?,​I,​U>,​I extends Comparable<? super I>,​U>

    • Method Detail

      • GET

        @GetMapping("{id}")
        default org.springframework.http.ResponseEntity<M> GET​(@PathVariable
                                                               I id)
      • FILTER

        @PostMapping(value="filter",
                     consumes="application/json")
        default PagedData<M> FILTER​(@RequestBody @Validated
                                    C criteria,
                                    org.springframework.data.domain.Pageable page)
      • getService

        S getService()
      • getUser

        U getUser()