Re: [jackson-user] setCurrentValue/getCurrentValue() in XmlReadContext class not implemented

2017-04-12 Thread Tatu Saloranta
Already done: https://github.com/FasterXML/jackson-dataformat-xml/issues/228 but will be part of 2.9.0(.pr3) If anyone observes similarly missing functionality for other context please file issues: unfortunately this change needs to be rolled out incrementally. -+ Tatu +- On Wed, Apr 12,

[jackson-user] setCurrentValue/getCurrentValue() in XmlReadContext class not implemented

2017-04-12 Thread ndouba
Hello, Currently, there appears to be no way of retrieving the current object that is being deserialized from custom deserializers when using the XmlMapper. setCurrentValue() and getCurrentValue() use the base class implementation (JsonStreamContext) which doesn't set or get any values. Can we