@Nullable abstract fun inputPositionOf(key: String!): DocumentPosition?
(source)
Get the position where a key is defined in the TOML document.
key
- String!: A configuration key (e.g. "server.address.port"
).
IllegalArgumentException
- If the key cannot be parsed.
Return
DocumentPosition?: The input position, or null
if the key was not set in this configuration.