You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-cloud-openfeign-core/src/main/java/org/springframework/cloud/openfeign/support/PageJacksonModule.java
+28-10Lines changed: 28 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,8 @@
38
38
*
39
39
* @author Pascal Büttiker
40
40
* @author Olga Maciaszek-Sharma
41
+
* @author Pedro Mendes
42
+
* @author Nikita Konev
41
43
*/
42
44
publicclassPageJacksonModuleextendsModule {
43
45
@@ -69,18 +71,22 @@ static class SimplePageImpl<T> implements Page<T> {
Copy file name to clipboardExpand all lines: spring-cloud-openfeign-core/src/test/java/org/springframework/cloud/openfeign/support/PageJacksonModuleTests.java
0 commit comments