For one of my projects I am trying to upgrade from jackson 1.9 to jackson 2.12.2
I am facing issue in finding an alternative to StdDeserializerProvider in jackson 2 databind jar snippet of code using jackson 1 is as below: ObjectMapper mapper = new ObjectMapper(factory, null, new StdDeserializerProvider(new WrappedJSONdeserializerFactory(ctx, level))); How can I do same deserialization usin jackson 2.12.x jars? -- You received this message because you are subscribed to the Google Groups "jackson-user" 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/jackson-user/bce415b7-3dd2-4c4d-83d8-ee2422b91fden%40googlegroups.com.
