flipkart-incubator / databuilderframework

A data driven execution engine
34 stars 29 forks source link

Guice support #27

Closed pavankumarjs closed 5 years ago

pavankumarjs commented 6 years ago

I'm using this with dropwizard. How do I inject some of the dependent objects into the builder classes? Can you suggest if the framework needs any changes to support this?

Thanks

santanusinha commented 5 years ago

You can do it by implementing your own version of the DataBuilderFactory that uses Guice injector to create the builder objects.