HI, I've been trying to implement a Validator that has for sole purpose to log information about the revision that gets validated. One of the information that I need is the list of key that changed :
List<String> keys = validationContext.getChangedKeys(); And when I called this at line 3 of getChangedKeys() (ValidationContextImpl.java) : Map<String, Object> cur = getCurrentRevision().getProperties(); -- You received this message because you are subscribed to the Google Groups "Couchbase Mobile" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/ba004094-2cd2-4558-895a-58f9d5939c12%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
