Re: [jackson-user] Questions about JsonDeserialize.keyUsing,

2019-08-23 Thread Tatu Saloranta
On Tue, Aug 20, 2019 at 1:03 PM Erik Ramfelt wrote: > > Hi > > If I check the documentation for the keyUsing annotation, it states that it > is for methods, fields and constructors. [1] But the documentation at github > states that it is for (method, field). [2] Perhaps confusion here is

[jackson-user] Questions about JsonDeserialize.keyUsing,

2019-08-20 Thread Erik Ramfelt
Hi If I check the documentation for the keyUsing annotation, it states that it is for methods, fields and constructors. [1] But the documentation at github states that it is for (method, field). [2] Is it possible to set @JsonDeserialize(keyUsing = classOf[SomeKeyDeserializer]) on a