toPath method
JObject?
toPath()
from: public java.nio.file.Path toPath()
The returned object must be released after use, by calling the release method.
Implementation
jni$_.JObject? toPath() {
return _toPath(
reference.pointer,
_id_toPath.pointer,
).object<jni$_.JObject?>();
}