Class LocalRemoteStorageClient

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected com.jayway.jsonpath.DocumentContext documentContext  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.jayway.jsonpath.DocumentContext getStorageConfig()
      Retrieves the storage configuration from a remote service
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • documentContext

        protected com.jayway.jsonpath.DocumentContext documentContext
    • Constructor Detail

      • LocalRemoteStorageClient

        public LocalRemoteStorageClient​(com.jayway.jsonpath.DocumentContext documentContext)
        Parameters:
        documentContext - - context to be read for storage configuration
      • LocalRemoteStorageClient

        @Inject
        protected LocalRemoteStorageClient()