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