Class SearchPageResponseMixIn<T>
- java.lang.Object
-
- de.digitalcollections.model.impl.paging.PageResponseImpl<T>
-
- de.digitalcollections.model.jackson.mixin.paging.PageResponseMixIn<T>
-
- de.digitalcollections.model.jackson.mixin.paging.SearchPageResponseMixIn<T>
-
- All Implemented Interfaces:
PageResponse<T>,Iterable<T>
public abstract class SearchPageResponseMixIn<T> extends PageResponseMixIn<T>
-
-
Constructor Summary
Constructors Constructor Description SearchPageResponseMixIn()
-
Method Summary
-
Methods inherited from class de.digitalcollections.model.jackson.mixin.paging.PageResponseMixIn
getContent, getNumber, getNumberOfElements, getSize, getSorting, getTotalPages, isFirst, isLast
-
Methods inherited from class de.digitalcollections.model.impl.paging.PageResponseImpl
equals, getPageRequest, getTotalElements, hasContent, hashCode, hasNext, hasPrevious, iterator, nextPageRequest, previousPageRequest, setContent, setPageRequest, setTotalElements, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-