protected static class IndexValues.StandardConverter<T> extends Object implements IndexValues.Converter<T>
| Modifier | Constructor and Description |
|---|---|
protected |
IndexValues.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 IndexValues.StandardConverter(ValueFactory<T> factory)
public T toLowerValue(StaticOperand operand, Map<String,Object> variables)
IndexValues.ConverterStaticOperand.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.ConverterStaticOperand.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-2014 JBoss, a division of Red Hat. All Rights Reserved.