You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A concrete implementation doesn't throw an error, but in my use case I don't necessarily know what concrete implementation I'm going to be passed (just that it will implement the interface MyObject).
I have some interfaces defined as follows:
When I try to register the object (with the following), it fails to detect the
id
property as expected:The error I get is:
PROPERTY_NOT_FOUND: property 'id' not found in class 'MyObject'
If the
getId()
method is directly onMyObject
, then the code above works as expected. This is usingjavers-core
version 3.7.5.The text was updated successfully, but these errors were encountered: