toURI method

JObject? toURI()

from: public java.net.URI toURI() The returned object must be released after use, by calling the release method.

Implementation

jni$_.JObject? toURI() {
  return _toURI(
    reference.pointer,
    _id_toURI.pointer,
  ).object<jni$_.JObject?>();
}