-
- All Implemented Interfaces:
-
tech.harmonysoft.oss.common.match.KeyValueMatcher,tech.harmonysoft.oss.sql.match.SqlKeyValueMatcher,tech.harmonysoft.oss.sql.match.impl.SqlKeyValueLeafMatcher
public final class Le extends AbstractLeafMatcher
-
-
Field Summary
Fields Modifier and Type Field Description private final KClass<Object>valueTypeprivate final SqlTarget.Columnkeyprivate final Objectvalueprivate final ComparisonStrategycomparison
-
Constructor Summary
Constructors Constructor Description Le(SqlTarget.Column key, KClass<?> valueType, Object value, ComparisonStrategy comparison)
-
Method Summary
Modifier and Type Method Description <HOLDER extends Any> Booleanmatches(HOLDER holder, DataProviderStrategy<HOLDER, SqlTarget.Column> retrivalStrategy)Unitaccept(SqlKeyValueVisitor visitor)-
Methods inherited from class tech.harmonysoft.oss.sql.match.impl.AbstractLeafMatcher
equals, getComparison, getKey, getValue, getValueType, hashCode, retrieveComparedValue, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
Le
Le(SqlTarget.Column key, KClass<?> valueType, Object value, ComparisonStrategy comparison)
-
-
Method Detail
-
matches
<HOLDER extends Any> Boolean matches(HOLDER holder, DataProviderStrategy<HOLDER, SqlTarget.Column> retrivalStrategy)
-
accept
Unit accept(SqlKeyValueVisitor visitor)
-
-
-
-