public interface StorageViewDataConverterRegistry extends StorageViewDataConverterProvider
| Modifier and Type | Interface and Description |
|---|---|
static class |
StorageViewDataConverterRegistry.Default |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addConverter(StorageViewDataConverter converter,
String format)
Registers a new data converter.
|
StorageViewDataConverter |
getConverter(String format)
Get the converter for the requested format.
|
static StorageViewDataConverterRegistry |
New() |
StorageViewDataConverter getConverter(String format)
StorageViewDataConverterProvidergetConverter in interface StorageViewDataConverterProviderformat - the format to get the converter fornull if none was foundboolean addConverter(StorageViewDataConverter converter, String format)
converter - the converterformat - the handled formatstatic StorageViewDataConverterRegistry New()
Copyright © 2021 MicroStream Software. All rights reserved.