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 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!
The text was updated successfully, but these errors were encountered:
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?
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?
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!
The text was updated successfully, but these errors were encountered: