oasp / oasp4j

The Open Application Standard Platform for Java
Apache License 2.0
60 stars 303 forks source link

Adding Pageable deserializer OOTB #690

Closed jdiazgon closed 5 years ago

jdiazgon commented 6 years ago

This pull requests implements a new PageableJsonDeserializer used to deserialize Pageable objects from a JSON file. It extracts the page size, page number, and sort attributes.

Related to #15 issue on devon4j. If this pull request gets approved, I will create the same PR there.

hohwille commented 5 years ago

Replaced by #694