public static class StorageViewDataConverterRegistry.Default extends Object implements StorageViewDataConverterRegistry
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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitNewpublic StorageViewDataConverter getConverter(String format)
StorageViewDataConverterProvidergetConverter in interface StorageViewDataConverterProvidergetConverter in interface StorageViewDataConverterRegistryformat - the format to get the converter fornull if none was foundpublic boolean addConverter(StorageViewDataConverter converter, String format)
StorageViewDataConverterRegistryaddConverter in interface StorageViewDataConverterRegistryconverter - the converterformat - the handled formatCopyright © 2021 MicroStream Software. All rights reserved.