public final class PositionEncodingKind
extends java.lang.Object
Since 3.17.0
public static final java.lang.String UTF8
public static final java.lang.String UTF16
This is the default and must always be supported by servers.
public static final java.lang.String UTF32
Implementation note: these are the same as Unicode code points, so this kind may also be used for an encoding-agnostic representation of character offsets.