DATACMNS-164 - Added support for XML/JSON marshaling of Page, Pageable and Sort.

Added XmlTypeAdapter implementations that convert the PageImpl, PageRequest and Sort value objects into a JAXB marshalable object.
This commit is contained in:
Oliver Gierke
2012-05-02 13:48:50 +02:00
parent cf71070de6
commit c64f01414f
15 changed files with 899 additions and 1 deletions

View File

@@ -17,6 +17,7 @@
<org.springframework.version.30>3.0.7.RELEASE</org.springframework.version.30>
<org.springframework.version.40>4.0.0.RELEASE</org.springframework.version.40>
<org.springframework.version>[${org.springframework.version.30}, ${org.springframework.version.40})</org.springframework.version>
<org.springframework.hateoas.version>0.1.0.RELEASE</org.springframework.hateoas.version>
<org.hamcrest.version>1.2.1</org.hamcrest.version>
<bundlor.failOnWarnings>true</bundlor.failOnWarnings>
</properties>