Searched refs:getCreatorName (Results 1 – 4 of 4) sorted by relevance
67 String getCreatorName(Key key) { in getCreatorName() method in SubcomponentNames68 return getCreatorName(descriptorsByCreatorKey.get(key)); in getCreatorName()75 String getCreatorName(ComponentDescriptor componentDescriptor) { in getCreatorName() method in SubcomponentNames
266 public ClassName getCreatorName() { in getCreatorName() method in ComponentImplementation268 ? name.peerClass(subcomponentNames.getCreatorName(componentDescriptor())) in getCreatorName()287 return subcomponentNames.getCreatorName(key); in getSubcomponentCreatorSimpleName()
471 creatorType = componentImplementation.getCreatorName(); in createRootComponentFactoryMethod()480 .addStatement("return new $T()", componentImplementation.getCreatorName()) in createRootComponentFactoryMethod()
116 this.className = componentImplementation.getCreatorName(); in Builder()