T
- component type@Immutable public class ArrayConstructorExpression<T> extends FactoryExpressionBase<T[]>
ArrayConstructorExpression
extends FactoryExpressionBase
to represent array initializersConstructor and Description |
---|
ArrayConstructorExpression(Class<T[]> type,
Expression<T>... args) |
ArrayConstructorExpression(Expression<?>... args) |
Modifier and Type | Method and Description |
---|---|
<R,C> R |
accept(Visitor<R,C> v,
C context)
Accept the visitor with the given context
|
boolean |
equals(Object obj) |
List<Expression<?>> |
getArgs()
Get the invocation arguments
|
Class<T> |
getElementType() |
T[] |
newInstance(Object... a)
Create a projection with the given arguments
|
skipNulls
getType, hashCode, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getType
public ArrayConstructorExpression(Expression<?>... args)
public ArrayConstructorExpression(Class<T[]> type, Expression<T>... args)
public <R,C> R accept(Visitor<R,C> v, C context)
Expression
R
- return typeC
- context typev
- visitorcontext
- context of visitpublic T[] newInstance(Object... a)
FactoryExpression
a
- row argumentspublic List<Expression<?>> getArgs()
FactoryExpression
public boolean equals(Object obj)
equals
in class FactoryExpressionBase<T[]>
Copyright © 2007–2016 Querydsl. All rights reserved.