I have this case on my current project, we are using the builder pattern and 
have an embedded generic object that requires an external type id. Based on 
this code this appears to not be supported and based on true comment this has 
been an issue since 2012.

https://github.com/FasterXML/jackson-databind/blob/7765422a77991995cd4d11b5ebb31ad96dc69bdd/src/main/java/com/fasterxml/jackson/databind/deser/BuilderBasedDeserializer.java#L818

My question is why this is not supported as it seems to be a pretty 
straightforward and useful case, and if there is any known workaround or has 
anyone implemented this themselves? I was going to take a shot at it if there 
are enough hooks to use a custom deserializer.

Thanks!

-- 
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/b2d15c24-c24f-4a9b-9f32-b2664c1b4445%40googlegroups.com.

Reply via email to