public class ConverterConfig<K,V>
extends java.lang.Object
RowKeyValueConverter
Constructor and Description |
---|
ConverterConfig() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,RowKeyValueConverter<K,V>> |
getByTable()
Get per-table RowKeyValueConverter map.
|
RowKeyValueConverter<K,V> |
getConverter(java.lang.String tableName)
Return a converter object for the specified table.
|
RowKeyValueConverter<K,V> |
getDefault()
Get default RowKeyValueConverter used for tables which does not specify any converter.
|
void |
setByTable(java.util.Map<java.lang.String,RowKeyValueConverter<K,V>> map)
Set per-table RowKeyValueConverter map.
|
void |
setDefault(RowKeyValueConverter<K,V> def)
Set default RowKeyValueConverter used for tables which does not specify any converter.
|
public RowKeyValueConverter<K,V> getDefault()
public void setDefault(RowKeyValueConverter<K,V> def)
def
- public java.util.Map<java.lang.String,RowKeyValueConverter<K,V>> getByTable()
public void setByTable(java.util.Map<java.lang.String,RowKeyValueConverter<K,V>> map)
map
- public RowKeyValueConverter<K,V> getConverter(java.lang.String tableName)
tableName
- Submit a bug or feature
Copyright (c) 2013-2017 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors. Use, reproduction, transfer, publication or disclosure is prohibited except as specifically provided for in your License Agreement with Software AG.