Class SetEmitter
java.lang.Object
com.atlassian.bamboo.specs.codegen.emitters.value.SetEmitter
- All Implemented Interfaces:
com.atlassian.bamboo.specs.api.codegen.CodeEmitter<Set<?>>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SetEmitter
public SetEmitter()
-
-
Method Details
-
emitCode
@NotNull public @NotNull String emitCode(@NotNull @NotNull com.atlassian.bamboo.specs.api.codegen.CodeGenerationContext context, @NotNull @NotNull Set<?> set) throws com.atlassian.bamboo.specs.api.codegen.CodeGenerationException - Specified by:
emitCodein interfacecom.atlassian.bamboo.specs.api.codegen.CodeEmitter<Set<?>>- Throws:
com.atlassian.bamboo.specs.api.codegen.CodeGenerationException
-