java.lang.Object
com.atlassian.bamboo.specs.codegen.emitters.value.SetEmitter
All Implemented Interfaces:
com.atlassian.bamboo.specs.api.codegen.CodeEmitter<Set<?>>

public class SetEmitter extends Object implements com.atlassian.bamboo.specs.api.codegen.CodeEmitter<Set<?>>
  • 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:
      emitCode in interface com.atlassian.bamboo.specs.api.codegen.CodeEmitter<Set<?>>
      Throws:
      com.atlassian.bamboo.specs.api.codegen.CodeGenerationException