Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BuilderAnnotationIntrospector with Custom Deserializer #12

Open
vjkoskela opened this issue Mar 31, 2016 · 1 comment
Open

BuilderAnnotationIntrospector with Custom Deserializer #12

vjkoskela opened this issue Mar 31, 2016 · 1 comment

Comments

@vjkoskela
Copy link
Member

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).

@vjkoskela
Copy link
Member Author

@ddimensia would you have some time to take a look at this and suggest a course of action?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant