Class VarargArgumentSetterEmitter
java.lang.Object
com.atlassian.bamboo.specs.codegen.emitters.fragment.VarargArgumentSetterEmitter
public class VarargArgumentSetterEmitter
extends Object
implements com.atlassian.bamboo.specs.api.codegen.CodeEmitter<Iterable<Object>>
Default code generator for any
Iterable field of EntityProperties instance.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
VarargArgumentSetterEmitter
-
-
Method Details
-
emitCode
@NotNull public @NotNull String emitCode(@NotNull @NotNull com.atlassian.bamboo.specs.api.codegen.CodeGenerationContext context, @NotNull @NotNull Iterable<Object> iterable) throws com.atlassian.bamboo.specs.api.codegen.CodeGenerationException Generates invocation of a setter method with a variable length argument list.
-