Searched refs:creatorKind (Results 1 – 11 of 11) sorted by relevance
39 protected final ComponentCreatorKind creatorKind; field in ComponentCreatorTestHelper45 this.creatorKind = componentCreatorAnnotation.creatorKind(); in ComponentCreatorTestHelper()61 if (creatorKind.equals(FACTORY)) { in process()82 return new JavaFileBuilder(qualifiedName).withSettings(compilerMode, creatorKind); in javaFileBuilder()
543 creatorKind.equals(BUILDER) in testMultipleSettersPerTypeFails()617 creatorKind.equals(BUILDER) in testMultipleSettersPerTypeIncludingResolvedGenericsFails()675 String firstBinding = creatorKind.equals(FACTORY) in testMultipleSettersPerBoundInstanceTypeFails()678 String secondBinding = creatorKind.equals(FACTORY) in testMultipleSettersPerBoundInstanceTypeFails()735 creatorKind.equals(FACTORY) in testExtraSettersFails()
826 creatorKind.equals(BUILDER) in testMultipleSettersPerTypeFails()889 creatorKind.equals(BUILDER) in testMultipleSettersPerTypeIncludingResolvedGenericsFails()941 creatorKind.equals(BUILDER) in testExtraSettersFails()
48 private final ComponentCreatorKind creatorKind; field in ComponentCreatorAnnotation53 this.creatorKind = ComponentCreatorKind.valueOf(toUpperCase(annotation.getSimpleName())); in ComponentCreatorAnnotation()81 ComponentCreatorKind creatorKind() { in creatorKind() method in ComponentCreatorAnnotation82 return creatorKind; in creatorKind()
154 ComponentCreatorKind creatorKind; in write() local160 creatorKind = creatorDescriptor.kind(); in write()173 creatorKind = BUILDER; in write()182 generatedComponent.addMethod(staticCreatorMethod(builderMethodReturnType, creatorKind)); in write()279 TypeName creatorMethodReturnType, ComponentCreatorKind creatorKind) { in staticCreatorMethod() argument280 return MethodSpec.methodBuilder(Ascii.toLowerCase(creatorKind.typeName())) in staticCreatorMethod()
667 ComponentCreatorKind creatorKind; in addFactoryMethods() local673 creatorKind = descriptor.kind(); in addFactoryMethods()678 creatorKind = BUILDER; in addFactoryMethods()685 methodBuilder(creatorKind.methodName()) in addFactoryMethods()698 "return new $L().$L()", creatorKind.typeName(), factoryMethodName) in addFactoryMethods()
63 switch (creatorAnnotation.creatorKind()) { in creatorMessagesFor()
60 return annotation().creatorKind(); in kind()
462 private ComponentCreatorKind creatorKind() { in creatorKind() method in ComponentImplementation477 : name.nestedClass(creatorKind().typeName()); in getCreatorName()
128 switch (annotation.creatorKind()) { in validate()
298 creatorAnnotation.creatorKind().typeName(), in moduleSubcomponentsIncludesCreator()