Package com.querydsl.core.types
Class FactoryExpressionUtils.FactoryExpressionAdapter<T>
java.lang.Object
com.querydsl.core.types.ExpressionBase<T>
com.querydsl.core.types.FactoryExpressionUtils.FactoryExpressionAdapter<T>
- Type Parameters:
T-
- All Implemented Interfaces:
Expression<T>,FactoryExpression<T>,Serializable
- Enclosing class:
- FactoryExpressionUtils
public static class FactoryExpressionUtils.FactoryExpressionAdapter<T>
extends ExpressionBase<T>
implements FactoryExpression<T>
FactoryExpressionAdapter provides an adapter implementation of the FactoryExpression interface- See Also:
-
Method Summary
Modifier and TypeMethodDescription<R,C> R Accept the visitor with the given contextbooleanList<Expression<?>>getArgs()Get the invocation argumentsnewInstance(Object... a) Create a projection with the given argumentsMethods 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
-
Method Details
-
getArgs
Description copied from interface:FactoryExpressionGet the invocation arguments- Specified by:
getArgsin interfaceFactoryExpression<T>- Returns:
- argument expressions
-
newInstance
Description copied from interface:FactoryExpressionCreate a projection with the given arguments- Specified by:
newInstancein interfaceFactoryExpression<T>- Parameters:
a- row arguments- Returns:
- constructed value
-
accept
Description copied from interface:ExpressionAccept the visitor with the given context- Specified by:
acceptin interfaceExpression<T>- Type Parameters:
R- return typeC- context type- Parameters:
v- visitorcontext- context of visit- Returns:
- result of visit
-
equals
-