Uses of Class
org.springframework.graphql.data.pagination.EncodingCursorStrategy
Package
Description
Core contracts and generic infrastructure classes for pagination.
-
Uses of EncodingCursorStrategy in org.springframework.graphql.data.pagination
Modifier and TypeMethodDescriptionstatic <T> EncodingCursorStrategy<T>
CursorStrategy.withEncoder
(CursorStrategy<T> strategy, CursorEncoder encoder) Decorate the givenCursorStrategy
with encoding and decoding that makes the String cursor opaque to clients.