Class ArtifactItemEmitter
java.lang.Object
com.atlassian.bamboo.specs.codegen.emitters.value.EntityPropertiesEmitter<ArtifactItemProperties>
com.atlassian.bamboo.specs.codegen.emitters.task.ArtifactItemEmitter
- All Implemented Interfaces:
CodeEmitter<ArtifactItemProperties>
-
Field Summary
Fields inherited from class com.atlassian.bamboo.specs.codegen.emitters.value.EntityPropertiesEmitter
builderClass, fieldsToSkip
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription@NotNull String
emitCode
(@NotNull CodeGenerationContext context, @NotNull ArtifactItemProperties value) Generates code for properties class.Methods inherited from class com.atlassian.bamboo.specs.codegen.emitters.value.EntityPropertiesEmitter
createDefaultObject, emitConstructorInvocation, emitFields, emitFieldValue, findField, hasPublicConstructor, initBuilderClass
-
Constructor Details
-
ArtifactItemEmitter
public ArtifactItemEmitter()
-
-
Method Details
-
emitCode
@NotNull public @NotNull String emitCode(@NotNull @NotNull CodeGenerationContext context, @NotNull @NotNull ArtifactItemProperties value) throws 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 interfaceCodeEmitter<ArtifactItemProperties>
- Overrides:
emitCode
in classEntityPropertiesEmitter<ArtifactItemProperties>
- Throws:
CodeGenerationException
-