public abstract class AbstractSlotHandler extends java.lang.Object implements SlotHandler
SlotHandler
interface without a need to modify the
derived classes.Constructor and Description |
---|
AbstractSlotHandler() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getQueryFunction(java.lang.Object value,
Property property)
Wraps the result of the
SlotHandler.toString(Object) in a proper Query
Type. |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isHandling, toObject, toString
public java.lang.String getQueryFunction(java.lang.Object value, Property property)
SlotHandler
SlotHandler.toString(Object)
in a proper Query
Type. This method may only be invoked, if SlotHandler.isHandling(Class, Slot)
was invoked with the result objects class and returned true
.getQueryFunction
in interface SlotHandler
value
- The Object
to wrapproperty
- The Property
object