Skip to content

Declared Type vs Actual Type #66

@richriley

Description

@richriley

Hi, I'm facing a problem where I would like to compare the properties in the actual run time type of an object, as opposed to the declared type of the object. For example, the declared type might be Human, but the run time time Man, which extends Human. As far as I can tell the compare method only considers the attributes in the declared type, not the run time type. Is there a way to make it consider the run time type's attributes as well?

Really impressed with this library.. just need to get this last step working if possible.

Thanks,
Rich.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions