Class ChecksumalgorithmsApiServiceImpl

java.lang.Object
org.lockss.spring.base.BaseSpringApiServiceImpl
org.lockss.laaws.rs.impl.ChecksumalgorithmsApiServiceImpl
All Implemented Interfaces:
ChecksumalgorithmsApiDelegate

@Service public class ChecksumalgorithmsApiServiceImpl extends BaseSpringApiServiceImpl implements ChecksumalgorithmsApiDelegate
Service for accessing the supported checksum algorithms.
  • Constructor Details

    • ChecksumalgorithmsApiServiceImpl

      @Autowired public ChecksumalgorithmsApiServiceImpl(com.fasterxml.jackson.databind.ObjectMapper objectMapper, jakarta.servlet.http.HttpServletRequest request)
      Constructor for autowiring.
      Parameters:
      objectMapper - An ObjectMapper for JSON processing.
      request - An HttpServletRequest with the HTTP request.
  • Method Details