protected static class IndexValues.StandardConverter<T> extends Object implements IndexValues.Converter<T>
Modifier | Constructor and Description |
---|---|
protected |
StandardConverter(ValueFactory<T> factory) |
Modifier and Type | Method and Description |
---|---|
T |
toLowerValue(StaticOperand operand,
Map<String,Object> variables)
Create the lowest possible index key for the supplied
StaticOperand . |
T |
toUpperValue(StaticOperand operand,
Map<String,Object> variables)
Create the highest possible index key for the supplied
StaticOperand . |
protected StandardConverter(ValueFactory<T> factory)
public T toLowerValue(StaticOperand operand, Map<String,Object> variables)
IndexValues.Converter
StaticOperand
.toLowerValue
in interface IndexValues.Converter<T>
operand
- the static operand; may be nullvariables
- the bound variables; may not be null but may be emptypublic T toUpperValue(StaticOperand operand, Map<String,Object> variables)
IndexValues.Converter
StaticOperand
.toUpperValue
in interface IndexValues.Converter<T>
operand
- the static operand; may be nullvariables
- the bound variables; may not be null but may be emptyCopyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.