@Immutable public final class Template extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
Template.AsString
Expression as string
|
static class |
Template.ByIndex
Argument by index
|
static class |
Template.Element
General template element
|
static class |
Template.Operation
Math operation
|
static class |
Template.OperationConst
Math operation with constant
|
static class |
Template.StaticText
Static text element
|
static class |
Template.Transformed
Transformed expression
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
List<Template.Element> |
getElements() |
int |
hashCode() |
String |
toString() |
Copyright © 2007–2016 Querydsl. All rights reserved.