The subject line is pretty much the whole question: can ObjectMapper be accessed from JsonDeserializer#deserialize in any way at all?
If it is absolutely out of the question (and only in that case), is it possible to achieve an equivalent of: ObjectMapper#readValue(String, JavaType) using JsonParser and/or DeserializationContext? How about ObjectMapper#convertValue(Object, JavaType)? -- 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 post to this group, send email to [email protected]. For more options, visit https://groups.google.com/d/optout.
