Package io.activej.inject.binding
Interface BindingGenerator<T>
- All Known Implementing Classes:
ReflectionUtils.TemplatedProviderGenerator
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
This is a function that can try to generate a missing dependency binding when
Injector compiles the final binding graph trie.
An example of such function could be the injection DSL.
-
Method Summary
-
Method Details
-
generate
-