remondis-it / pact-consumer-builder

Library for generating pact consumer expectations from java beans
Apache License 2.0
14 stars 6 forks source link

Spring Pageable Support added. #7

Closed schuettec closed 5 years ago

schuettec commented 5 years ago

Building Pacts from Spring Page/PageImpl- and Sort-Objects is not easy due to missing default constructors.

Therefore JavaBean Implementations were added and an example how to create Pacts.