Class RepoinfoApiServiceImpl

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

@Service public class RepoinfoApiServiceImpl extends BaseSpringApiServiceImpl implements RepoinfoApiDelegate
Service for obtaining the properties of a repository.
  • Constructor Details

    • RepoinfoApiServiceImpl

      @Autowired public RepoinfoApiServiceImpl(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