Searched refs:childImplementations (Results 1 – 1 of 1) sorted by relevance
186 private final Map<TypeElement, ComponentImplementation> childImplementations = new HashMap<>(); field in ComponentImplementation507 return Optional.ofNullable(childImplementations.get(child.typeElement())); in childImplementation()659 childImplementations.put(child.typeElement(), childImplementation); in addChild()