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 Type
    Method
    Description
    Creates a proxy of the OpaqueJavaReference, which can be interacted with directly.
  • Method Details

    • proxy

      Creates a proxy of the OpaqueJavaReference, which can be interacted with directly.