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