T - expression typepublic interface TemplateExpression<T> extends Expression<T>
TemplateExpression provides base types for custom expressions with integrated
serialization templates| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getArg(int index)
Get the argument with the given index
|
java.util.List<?> |
getArgs()
Get the arguments of the custom expression
|
Template |
getTemplate()
Get the serialization template for this custom expression
|
accept, getTypejava.lang.Object getArg(int index)
index - zero based index of elementjava.util.List<?> getArgs()
Template getTemplate()
Copyright © 2007–2021 Querydsl. All rights reserved.