Package 

Class AbstractLeafMatcher

  • All Implemented Interfaces:
    tech.harmonysoft.oss.common.match.KeyValueMatcher , tech.harmonysoft.oss.sql.match.SqlKeyValueMatcher , tech.harmonysoft.oss.sql.match.impl.SqlKeyValueLeafMatcher

    
    public abstract class AbstractLeafMatcher
     implements SqlKeyValueLeafMatcher
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final KClass<Object> getValueType()
      SqlTarget.Column getKey()
      final Object getValue()
      final ComparisonStrategy getComparison()
      final <HOLDER extends Any> Object retrieveComparedValue(DataProviderStrategy<HOLDER, SqlTarget.Column> retrievalStrategy, HOLDER holder)
      Integer hashCode()
      Boolean equals(Object other)
      String toString()
      • Methods inherited from class tech.harmonysoft.oss.sql.match.SqlKeyValueMatcher

        accept
      • Methods inherited from class tech.harmonysoft.oss.common.match.KeyValueMatcher

        matches
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait