Searched defs:childImplementation (Results 1 – 2 of 2) sorted by relevance
506 Optional<ComponentImplementation> childImplementation(ComponentDescriptor child) { in childImplementation() method in ComponentImplementation658 void addChild(ComponentDescriptor child, ComponentImplementation childImplementation) { in addChild()659 childImplementations.put(child.typeElement(), childImplementation); in addChild() local
358 ComponentImplementation childImplementation = in buildChildImplementation() local