Package io.jmix.restds.util
Class RestDataStoreUtils
java.lang.Object
io.jmix.restds.util.RestDataStoreUtils
Utility methods for tasks related to RestDataStore.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionorg.springframework.web.client.RestClientgetRestClient(String dataStoreName) Returns RestClient used by the specified data store.
- 
Constructor Details- 
RestDataStoreUtilspublic RestDataStoreUtils()
 
- 
- 
Method Details- 
getRestClientReturns RestClient used by the specified data store.
 
-