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

Automatic registration of type converters #103

Open
cesar1000 opened this issue Nov 10, 2015 · 2 comments
Open

Automatic registration of type converters #103

cesar1000 opened this issue Nov 10, 2015 · 2 comments

Comments

@cesar1000
Copy link

I have an annotation processor that finds type conversions and generates the code for registering them into LoganSquare automatically. The processor works by finding instances of TypeConverter that have a @TypeConversion annotation, or JsonObjects that define a conversion into model objects by implementing a ModelObjectProvider or ModelBuilderProvider interface. It would be useful to have this functionality directly built in into LoganSquare!

@EricKuck
Copy link
Member

This sounds awesome. Is what you have something that can be easily pull-requested? If not, is there a way to share it so we can start to look at what it would take to build it in?

@cesar1000
Copy link
Author

Hey Eric,

Sorry that I dropped the ball here! I would be happy to share the utilities that we have built on top of LoganSquare. I find that some of this functionality is generally useful and it would be convenient if they were built in. They are on separate internal projects, so I can't share them easily in github (and I'd rather not make them public just yet!). What is a convenient way to share them with you?

César

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

2 participants