#202 - Added example for JSONPath and XPath based payload binding to projection interfaces.

See the readme for details.
This commit is contained in:
Oliver Gierke
2016-07-01 12:11:52 +02:00
parent ecafda00ca
commit d2e5c4b28f
9 changed files with 418 additions and 0 deletions

View File

@@ -53,6 +53,7 @@ We have separate folders for the samples of individual modules:
* `web` - Example for Spring Data web integration (binding `Pageable` instances to Spring MVC controller methods, using interfaces to bind Spring MVCrequest payloads).
* `querydsl` - Example for Spring Data Querydsl web integration (creating a `Predicate` from web requests).
* `projections` - Example for Spring Data web support for JSONPath and XPath expressions on projection interfaces.
## Miscellaneous