Interface OpaqueJavaReference
public interface OpaqueJavaReference
An interface used to indicate a Java Object
should not be interacted with directly and should
be proxied (even if it implements
PythonLikeObject).-
Method Summary
Modifier and TypeMethodDescriptionproxy()Creates a proxy of the OpaqueJavaReference, which can be interacted with directly.
-
Method Details
-
proxy
PythonLikeObject proxy()Creates a proxy of the OpaqueJavaReference, which can be interacted with directly.
-