public abstract class AbstractSingleValueCondition<T> extends Object implements VisitableCondition<T>
Modifier | Constructor and Description |
---|---|
protected |
AbstractSingleValueCondition(Supplier<T> valueSupplier) |
Modifier and Type | Method and Description |
---|---|
<R> R |
accept(ConditionVisitor<T,R> visitor) |
abstract String |
renderCondition(String columnName,
String placeholder) |
T |
value() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
shouldRender
public T value()
public <R> R accept(ConditionVisitor<T,R> visitor)
accept
in interface VisitableCondition<T>
Copyright © 2016–2018 MyBatis.org. All rights reserved.