D I Tree
interface DITree
Content copied to clipboard
Tree where the bindings and their factories are sorted & stored.
Functions
find
Link copied to clipboard
abstract fun find(search: SearchSpecs): List<Triple<DI.Key<*, *, *>, List<DIDefinition<*, *, *>>, ContextTranslator<*, *>?>>
Content copied to clipboard
get
Link copied to clipboard
Properties
bindings
Link copied to clipboard
externalSources
Link copied to clipboard
registeredTranslators
Link copied to clipboard
Extensions
findAllBindings
Link copied to clipboard
fun DITree.findAllBindings(f: FindDSL.() -> Unit): List<Triple<DI.Key<*, *, *>, List<DIDefinition<*, *, *>>, ContextTranslator<*, *>?>>
Content copied to clipboard
Used to find bindings that match a particular SearchSpecs.