fun parseCursor(cursor: String, objectMapper: ObjectMapper): Map<String, Any?>

Parses a cursor generated by generateCursor into a map from OrderPart name to value provided in the cursor Can be used for filtering in the database, e.g. return only Nodes which are after / before the cursor

Parameters

cursor

the base64 encoded cursor

objectMapper

necessary for JSON decoding

Throws

if the cursor is invalid