Package org.praxisplatform.uischema.util
Interface CursorEncoder
public interface CursorEncoder
Encodes and decodes cursor tokens. The default implementation uses
URL-safe Base64 without padding.
- Since:
- 1.0.0
-
Field Summary
Fields -
Method Summary
-
Field Details
-
BASE64_URL
-
-
Method Details
-
encode
Encode the raw cursor value to a transport-safe string. -
decode
Decode the encoded cursor value back to its raw form.
-