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>,java.lang.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, isLastMethods inherited from class de.digitalcollections.model.impl.paging.PageResponseImpl
equals, getPageRequest, getTotalElements, hasContent, hashCode, hasNext, hasPrevious, iterator, nextPageRequest, previousPageRequest, setContent, setPageRequest, setTotalElements, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
SearchPageResponseMixIn
public SearchPageResponseMixIn()
-