-
- All Implemented Interfaces:
-
tech.harmonysoft.oss.common.match.KeyValueMatcherFactory
@Named() public final class SqlKeyValueMatcherFactory implements KeyValueMatcherFactory<SqlTarget.Column>
-
-
Constructor Summary
Constructors Constructor Description SqlKeyValueMatcherFactory(SqlParser parser, TypeManagersHelper typeManagerHelper, DefaultComparisonStrategyFactory defaultComparisonStrategyFactory)
-
Method Summary
Modifier and Type Method Description KeyValueMatcher<SqlTarget.Column>build(String rule, TypedKeyManager<SqlTarget.Column> keyManager, TypeManagerContext contexts)KeyValueMatcher<SqlTarget.Column>build(String rule, TypedKeyManager<SqlTarget.Column> keyManager, ComparisonStrategy comparison, TypeManagerContext contexts)-
-
Constructor Detail
-
SqlKeyValueMatcherFactory
SqlKeyValueMatcherFactory(SqlParser parser, TypeManagersHelper typeManagerHelper, DefaultComparisonStrategyFactory defaultComparisonStrategyFactory)
-
-
Method Detail
-
build
KeyValueMatcher<SqlTarget.Column> build(String rule, TypedKeyManager<SqlTarget.Column> keyManager, TypeManagerContext contexts)
-
build
KeyValueMatcher<SqlTarget.Column> build(String rule, TypedKeyManager<SqlTarget.Column> keyManager, ComparisonStrategy comparison, TypeManagerContext contexts)
-
-
-
-