fun generateCursor(node: T, objectMapper: ObjectMapper): String

Generates a cursor for a node, e.g. a unique identifier for the provided node based on the properties specified by fields

Return

the cursor as base64 encoded JSON

Parameters

node

the Node to generate the cursor for

objectMapper

necessary for JSON encoding