public static interface TableSwitchStrategyMatcher.Strategy
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getMapping() |
static TableSwitchStrategyMatcher.Strategy |
of(Map<String,String> mapping) |
static TableSwitchStrategyMatcher.Strategy |
of(Supplier<Map<String,String>> supplier) |
static TableSwitchStrategyMatcher.Strategy |
single(String source,
String target) |
Map<String,String> getMapping()
TableSwitcher.getTable(String)static TableSwitchStrategyMatcher.Strategy of(Map<String,String> mapping)
static TableSwitchStrategyMatcher.Strategy of(Supplier<Map<String,String>> supplier)
static TableSwitchStrategyMatcher.Strategy single(String source, String target)
Copyright © 2016–2021. All rights reserved.