Class CheckoutSpecEmitter

All Implemented Interfaces:
com.atlassian.bamboo.specs.api.codegen.CodeEmitter<CheckoutItemProperties>

public class CheckoutSpecEmitter extends EntityPropertiesEmitter<CheckoutItemProperties>
  • Constructor Details

    • CheckoutSpecEmitter

      public CheckoutSpecEmitter()
  • Method Details

    • emitCode

      @NotNull public @NotNull String emitCode(@NotNull @NotNull com.atlassian.bamboo.specs.api.codegen.CodeGenerationContext context, @NotNull @NotNull CheckoutItemProperties entity) throws com.atlassian.bamboo.specs.api.codegen.CodeGenerationException
      Description copied from class: EntityPropertiesEmitter
      Generates code for properties class. This includes generating invocation of the constructor of the appropriate builder followed by invocations of its setters.
      Specified by:
      emitCode in interface com.atlassian.bamboo.specs.api.codegen.CodeEmitter<CheckoutItemProperties>
      Overrides:
      emitCode in class EntityPropertiesEmitter<CheckoutItemProperties>
      Throws:
      com.atlassian.bamboo.specs.api.codegen.CodeGenerationException