Interface ChecksumalgorithmsApi

All Known Implementing Classes:
ChecksumalgorithmsApiController

@Validated public interface ChecksumalgorithmsApi
  • Method Details

    • getDelegate

    • getSupportedChecksumAlgorithms

      @RequestMapping(value="/checksumalgorithms", produces="application/json", method=GET) default org.springframework.http.ResponseEntity<List<String>> getSupportedChecksumAlgorithms()