Package org.lockss.laaws.rs.api
Interface RepoinfoApiDelegate
- All Known Implementing Classes:
RepoinfoApiServiceImpl
public interface RepoinfoApiDelegate
A delegate to be called by the
RepoinfoApiController}.
Implement this interface with a Service annotated class.-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondefault Optional<com.fasterxml.jackson.databind.ObjectMapper>default org.springframework.http.ResponseEntity<RepositoryInfo>default Optional<jakarta.servlet.http.HttpServletRequest>default org.springframework.http.ResponseEntity<org.lockss.util.storage.StorageInfo>
-
Field Details
-
log
static final org.slf4j.Logger log
-
-
Method Details
-
getObjectMapper
-
getRequest
-
getAcceptHeader
-
getRepositoryInformation
- See Also:
-
getStorageInfo
default org.springframework.http.ResponseEntity<org.lockss.util.storage.StorageInfo> getStorageInfo()- See Also:
-