Class Summary |
Dependency |
|
GraphBuilder |
Builds a dependency graph for use by the container. |
GraphSort |
Topological sort algorithm to sort the dependency graph prior to emission of the generated code for the IOC
bootstrapper. |
ProxySortUnit |
A cycle breaking proxy used by the GraphBuilder to properly construct a graph which can accurately
represent cycles. |
SortUnit |
A sort unit is a logical sorting element for the IOC container on which to order operations in order to correctly
render the bootstrapping code. |