public interface RepoinfoApiDelegate
RepoinfoApiController}.
Implement this interface with a Service annotated class.| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
log |
| Modifier and Type | Method and Description |
|---|---|
default Optional<String> |
getAcceptHeader() |
default Optional<com.fasterxml.jackson.databind.ObjectMapper> |
getObjectMapper() |
default org.springframework.http.ResponseEntity<org.lockss.util.rest.repo.model.RepositoryInfo> |
getRepositoryInformation() |
default Optional<javax.servlet.http.HttpServletRequest> |
getRequest() |
default org.springframework.http.ResponseEntity<org.lockss.util.storage.StorageInfo> |
getStorageInfo() |
default Optional<com.fasterxml.jackson.databind.ObjectMapper> getObjectMapper()
default Optional<javax.servlet.http.HttpServletRequest> getRequest()
default org.springframework.http.ResponseEntity<org.lockss.util.rest.repo.model.RepositoryInfo> getRepositoryInformation()
RepoinfoApi.getRepositoryInformation()default org.springframework.http.ResponseEntity<org.lockss.util.storage.StorageInfo> getStorageInfo()
RepoinfoApi.getStorageInfo()Copyright © 2000–2023 LOCKSS Program. All rights reserved.