T - the type for which the expansion path ispublic interface ReviewExpansionModel<T>
| Modifier and Type | Method and Description |
|---|---|
CustomerExpansionModel<T> |
customer() |
static ReviewExpansionModel<Review> |
of() |
StateExpansionModel<T> |
state() |
ExpansionPathContainer<T> |
target() |
CustomerExpansionModel<T> customer()
StateExpansionModel<T> state()
ExpansionPathContainer<T> target()
static ReviewExpansionModel<Review> of()