Exclude node based on some external computation
molekyla opened this issue · 0 comments
molekyla commented
Can I exclude node using some static method from some external class? For example Hibernate.isInitialized(). I try do this by using InclusionResolver but there is no access to field via DiffNode. Could you help me?