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
It appears that BuilderAnnotationIntrospector takes precedence over a registered deserializer for the type. The annotation introspector should defer to either registered deserializer (e.g. via module) or to deserializer specified via annotation on the type. Note that these both apply to the underlying type (e.g. Foo) and not to the builder type (e.g. Foo$Builder).
The text was updated successfully, but these errors were encountered:
It appears that BuilderAnnotationIntrospector takes precedence over a registered deserializer for the type. The annotation introspector should defer to either registered deserializer (e.g. via module) or to deserializer specified via annotation on the type. Note that these both apply to the underlying type (e.g. Foo) and not to the builder type (e.g. Foo$Builder).
The text was updated successfully, but these errors were encountered: