Re: [jackson-user] Is there a replacement for JsonParser#getCodec in Jackson 3

2018-03-11 Thread Tatu Saloranta
On Sat, Mar 10, 2018 at 4:38 PM, Bojan Tomic wrote: > I was going through some critical sections of my code to look for potential > problems for the eventual upgrade to Jackson 3. > One thing that popped out was the usage of JsonParser#getCodec which no > longer exists. > > Is there any sort of re

[jackson-user] Is there a replacement for JsonParser#getCodec in Jackson 3

2018-03-10 Thread Bojan Tomic
I was going through some critical sections of my code to look for potential problems for the eventual upgrade to Jackson 3. One thing that popped out was the usage of JsonParser#getCodec which no longer exists. Is there any sort of replacement for it, in the sense of getting a hold of ObjectMap