Package 

Class SqlKeyValueMatcherFactory

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      SqlKeyValueMatcherFactory(SqlParser parser, TypeManagersHelper typeManagerHelper, DefaultComparisonStrategyFactory defaultComparisonStrategyFactory)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • 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)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SqlKeyValueMatcherFactory

        SqlKeyValueMatcherFactory(SqlParser parser, TypeManagersHelper typeManagerHelper, DefaultComparisonStrategyFactory defaultComparisonStrategyFactory)