Class JsonKeysetCursorStrategy

java.lang.Object
org.springframework.graphql.data.query.JsonKeysetCursorStrategy
All Implemented Interfaces:
CursorStrategy<Map<String,Object>>

public final class JsonKeysetCursorStrategy extends Object implements CursorStrategy<Map<String,Object>>
Strategy to convert a keyset to and from a JSON String, typically used within ScrollPositionCursorStrategy to assist with converting keys to and from a String.
Since:
1.2
Author:
Rossen Stoyanchev