Uses of Record Class
build.codemodel.dependency.injection.DependencyEdge
-
Uses of DependencyEdge in build.codemodel.dependency.injection
Methods in build.codemodel.dependency.injection that return DependencyEdgeModifier and TypeMethodDescriptionBindingGraphTrait.UnsatisfiedDependency.edge()Returns the value of theedgerecord component.Methods in build.codemodel.dependency.injection that return types with arguments of type DependencyEdgeModifier and TypeMethodDescriptionbuild.base.graph.WeightedGraph<BindingNode, DependencyEdge> BindingGraphTrait.graph()Returns the underlyingWeightedGraphfor consumers that need direct algorithm access.Methods in build.codemodel.dependency.injection with parameters of type DependencyEdgeModifier and TypeMethodDescriptionvoidBindingGraphContributor.contributeDependency(BindingNode from, BindingNode to, DependencyEdge edge) Called each time aDependencyis resolved during injection.Constructors in build.codemodel.dependency.injection with parameters of type DependencyEdgeModifierConstructorDescriptionUnsatisfiedDependency(BindingNode from, DependencyEdge edge) Creates an instance of aUnsatisfiedDependencyrecord class.