Searched defs:constructorElement (Results 1 – 5 of 5) sorted by relevance
91 private boolean isConstructorVisibleToGeneratedClass(ExecutableElement constructorElement) { in isConstructorVisibleToGeneratedClass()116 private MethodSpec constructorMethod(ExecutableElement constructorElement) { in constructorMethod()190 private boolean isInOurPackage(ExecutableElement constructorElement) { in isInOurPackage()
56 Optional<ProvisionBinding> tryRegisterConstructor(ExecutableElement constructorElement); in tryRegisterConstructor()
120 ExecutableElement constructorElement, Optional<TypeMirror> resolvedType) { in injectionBinding()
134 public ValidationReport<TypeElement> validateConstructor(ExecutableElement constructorElement) { in validateConstructor()139 ExecutableElement constructorElement) { in validateConstructorUncached()
237 public Optional<ProvisionBinding> tryRegisterConstructor(ExecutableElement constructorElement) { in tryRegisterConstructor()243 ExecutableElement constructorElement, in tryRegisterConstructor()