public class IntegerConverter extends AbstractJepConversionFunction<Integer>
Integer
constant
to a Query API Expression
.Constructor and Description |
---|
IntegerConverter() |
Modifier and Type | Method and Description |
---|---|
Expression |
toExpression(Integer i)
Convert to expression by calling
Expressions.integer(int) . |
getDescription, getName, isFunction, isOperator, toRestriction
public Expression toExpression(Integer i)
Expressions.integer(int)
.toExpression
in interface JepConversionFunction<Integer>
toExpression
in class AbstractJepConversionFunction<Integer>
i
- The object to convert