T - public class NumberConversion<T> extends FactoryExpressionBase<T>
NumberConversion ensures that the results of a numeric projection conform to the type of the
 projection expression| Constructor and Description | 
|---|
NumberConversion(Expression<T> expr)  | 
| Modifier and Type | Method and Description | 
|---|---|
<R,C> R | 
accept(Visitor<R,C> v,
      C context)
Accept the visitor with the given context 
 | 
java.util.List<Expression<?>> | 
getArgs()
Get the invocation arguments 
 | 
T | 
newInstance(java.lang.Object... args)
Create a projection with the given arguments 
 | 
equals, skipNullsgetType, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetTypepublic NumberConversion(Expression<T> expr)
public <R,C> R accept(Visitor<R,C> v, C context)
ExpressionR - return typeC - context typev - visitorcontext - context of visitpublic java.util.List<Expression<?>> getArgs()
FactoryExpressionpublic T newInstance(java.lang.Object... args)
FactoryExpressionargs - row argumentsCopyright © 2007–2021 Querydsl. All rights reserved.