Class LiteralEmitter
java.lang.Object
com.atlassian.bamboo.specs.codegen.emitters.value.LiteralEmitter
- All Implemented Interfaces:
com.atlassian.bamboo.specs.api.codegen.CodeEmitter<Object>
public class LiteralEmitter
extends Object
implements com.atlassian.bamboo.specs.api.codegen.CodeEmitter<Object>
Generates code for simple Java types.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LiteralEmitter
public LiteralEmitter()
-
-
Method Details
-
emitCode
@NotNull public @NotNull String emitCode(@NotNull @NotNull com.atlassian.bamboo.specs.api.codegen.CodeGenerationContext context, @NotNull @NotNull Object value) throws com.atlassian.bamboo.specs.api.codegen.CodeGenerationException - Specified by:
emitCodein interfacecom.atlassian.bamboo.specs.api.codegen.CodeEmitter<Object>- Throws:
com.atlassian.bamboo.specs.api.codegen.CodeGenerationException
-