-
Notifications
You must be signed in to change notification settings - Fork 198
Open
Description
Currently when we get a proxy it must either by the Python implementation or the Java version of the proxy. Unfortunately while Java sees the proxy as having all the methods associated with all of the interfaces, Python only sees an object with no methods. This means that if an object is encountered in its bare Java Object form it is totally useless.
To correct this we should implement a special name lookup that gives it the methods associates each of the interfaces it implements. This will prevent errors when iterating lists in which the object is missing the method that it is expected to have.
Metadata
Metadata
Assignees
Labels
No labels