Searched refs:copyConstructor (Results 1 – 3 of 3) sorted by relevance
79 constructors.forEach(constructor -> builder.addMethod(copyConstructor(constructor, body))); in copyConstructors()119 static MethodSpec copyConstructor(ExecutableElement constructor) { in copyConstructor() method in Generators120 return copyConstructor(constructor, CodeBlock.builder().build()); in copyConstructor()123 private static MethodSpec copyConstructor(ExecutableElement constructor, CodeBlock body) { in copyConstructor() method in Generators
118 Generators.copyConstructor(constructorElement).toBuilder(); in constructorMethod()
22 public void copyConstructor() { in copyConstructor() method in ShadowPictureTest