Package com.querydsl.core.types
Class FactoryExpressionUtils
java.lang.Object
com.querydsl.core.types.FactoryExpressionUtils
Utility class to expand
FactoryExpression constructor arguments and compress FactoryExpression
invocation arguments- Author:
- tiwe
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classFactoryExpressionAdapterprovides an adapter implementation of theFactoryExpressioninterface -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> FactoryExpression<T>wrap(FactoryExpression<T> expr) static <T> FactoryExpression<T>wrap(FactoryExpression<T> expr, List<Expression<?>> conversions) static FactoryExpression<?>wrap(List<? extends Expression<?>> projection)
-
Method Details
-
wrap
-
wrap
public static <T> FactoryExpression<T> wrap(FactoryExpression<T> expr, List<Expression<?>> conversions) -
wrap
-