Interface StorageViewDataConverterProvider
- All Known Subinterfaces:
StorageRestAdapter
,StorageRestAdapterObject
,StorageRestAdapterRoot
,StorageRestAdapterStorageInfo
,StorageViewDataConverterRegistry
- All Known Implementing Classes:
StorageRestAdapter.Default
,StorageViewDataConverterRegistry.Default
public interface StorageViewDataConverterProvider
-
Method Summary
Modifier and Type Method Description StorageViewDataConverter
getConverter(String format)
Get the converter for the requested format.
-
Method Details
-
getConverter
Get the converter for the requested format.- Parameters:
format
-- Returns:
- StorageViewDataConverter
-