Package com.querydsl.core.support
Class NumberConversions<T>
java.lang.Object
com.querydsl.core.types.ExpressionBase<T>
com.querydsl.core.types.FactoryExpressionBase<T>
com.querydsl.core.support.NumberConversions<T>
- Type Parameters:
T-
- All Implemented Interfaces:
Expression<T>,FactoryExpression<T>,Serializable
NumberConversions ensures that the results of a projection involving numeric expressions
conform to the types of the numeric expressions- Author:
- tiwe
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R,C> R Accept the visitor with the given contextList<Expression<?>>getArgs()Get the invocation argumentsnewInstance(Object... args) Create a projection with the given argumentsMethods inherited from class com.querydsl.core.types.FactoryExpressionBase
equals, skipNullsMethods inherited from class com.querydsl.core.types.ExpressionBase
getType, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.querydsl.core.types.Expression
getType
-
Constructor Details
-
NumberConversions
-
-
Method Details
-
accept
Description copied from interface:ExpressionAccept the visitor with the given context- Type Parameters:
R- return typeC- context type- Parameters:
v- visitorcontext- context of visit- Returns:
- result of visit
-
getArgs
Description copied from interface:FactoryExpressionGet the invocation arguments- Returns:
- argument expressions
-
newInstance
Description copied from interface:FactoryExpressionCreate a projection with the given arguments- Parameters:
args- row arguments- Returns:
- constructed value
-