pub fn jobj_to_str( env: &mut JNIEnv<'_>, obj: JObject<'_>, ) -> Result<String, Error>
A helper method to convert an java object to rust string.