| Package | Description |
|---|---|
| org.immutables.criteria.backend | |
| org.immutables.criteria.expression | |
| org.immutables.criteria.matcher |
| Modifier and Type | Method and Description |
|---|---|
String |
PathNaming.name(Path path) |
String |
JavaBeanNaming.name(Path path) |
| Modifier and Type | Method and Description |
|---|---|
Path |
Path.append(Member member) |
static Path |
Path.ofClass(Class<?> type) |
static Path |
Path.ofMember(Member member) |
Path |
Collation.path() |
Path |
Path.root() |
static Path |
Visitors.toPath(Expression expression) |
| Modifier and Type | Method and Description |
|---|---|
static Optional<Path> |
Visitors.maybePath(Expression expression) |
Optional<Path> |
Path.parent() |
| Modifier and Type | Method and Description |
|---|---|
T |
AbstractExpressionVisitor.visit(Path path) |
V |
ExpressionVisitor.visit(Path path) |
A |
DebugExpressionVisitor.visit(Path path) |
V |
ExpressionBiVisitor.visit(Path path,
C context) |
| Modifier and Type | Method and Description |
|---|---|
Path |
CriteriaContext.path() |
Copyright © 2020 The Immutables.org authors. All rights reserved.