Class V2IdentifierTypeController

java.lang.Object
de.digitalcollections.cudami.server.controller.identifiable.V2IdentifierTypeController

@RestController public class V2IdentifierTypeController extends Object
  • Constructor Details

    • V2IdentifierTypeController

      public V2IdentifierTypeController(IdentifierTypeService identifierTypeService, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
  • Method Details

    • find

      @GetMapping(value={"/v2/identifiertypes","/latest/identifiertypes"}, produces="application/json") public org.springframework.http.ResponseEntity<String> find(@RequestParam(name="pageNumber",required=false,defaultValue="0") int pageNumber, @RequestParam(name="pageSize",required=false,defaultValue="25") int pageSize, @RequestParam(name="sortBy",required=false) List<de.digitalcollections.model.list.sorting.Order> sortBy) throws com.fasterxml.jackson.core.JsonProcessingException, ServiceException
      Throws:
      com.fasterxml.jackson.core.JsonProcessingException
      ServiceException