You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was answering on one of the questions on the stackoverflow and found that 'defaultImpl' configuration is ignored if to use 'WRAPPER_OBJECT' include type. Code example:
After some debugging I found that this specific include type (WRAPPER_OBJECT) ignoring the defaultImpl configuration. Here is a constructor of the AsWrapperTypeDeserializer which takes defaultImpl class as a parameter but then ignore it:
I am using using jackson version 2.4.4.
I was answering on one of the questions on the stackoverflow and found that 'defaultImpl' configuration is ignored if to use 'WRAPPER_OBJECT' include type. Code example:
After some debugging I found that this specific include type (WRAPPER_OBJECT) ignoring the defaultImpl configuration. Here is a constructor of the AsWrapperTypeDeserializer which takes defaultImpl class as a parameter but then ignore it:
Other include types are working fine (deserializers are passing defaultImpl configuration into the super clas constructor)
The text was updated successfully, but these errors were encountered: