Class HttpRequestRetrieveHistoryService

All Implemented Interfaces:
HistoryService, RetrieveHistoryService

@Service public class HttpRequestRetrieveHistoryService extends AbstractRequestRetrieveHistoryService<HttpRequest,HttpRequestHistoryDto>
  • Constructor Details

  • Method Details

    • getEntityClass

      public Class<HttpRequest> getEntityClass()
    • getMapper

      public HttpRequestVersioningMapper getMapper()
    • buildCompareEntity

      public CompareEntityResponseDto buildCompareEntity(String revision, org.javers.shadow.Shadow<Object> entity)
      Build compare entity.
      Parameters:
      revision - snapshot version.
      entity - shadow from history.
      Returns:
      response with compare entity and version.