Searched refs:injectionMethod (Results 1 – 1 of 1) sorted by relevance
153 InjectionMethod.Builder injectionMethod = in constructorProxy() local159 injectionMethod in constructorProxy()163 CodeBlock arguments = injectionMethod.copyParameters(constructor); in constructorProxy()164 injectionMethod in constructorProxy()167 return injectionMethod.build(); in constructorProxy()484 InjectionMethod.Builder injectionMethod = in methodProxy() local489 injectionMethod.addParameter( in methodProxy()493 CodeBlock arguments = injectionMethod.copyParameters(method); in methodProxy()495 injectionMethod in methodProxy()498 injectionMethod.methodBodyBuilder().add("return "); in methodProxy()[all …]