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