Class NoArgCallEmitter<T>
- java.lang.Object
-
- com.atlassian.bamboo.specs.codegen.emitters.fragment.NoArgCallEmitter<T>
-
- All Implemented Interfaces:
com.atlassian.bamboo.specs.api.codegen.CodeEmitter<T>
public class NoArgCallEmitter<T> extends java.lang.Object implements com.atlassian.bamboo.specs.api.codegen.CodeEmitter<T>
-
-
Constructor Summary
Constructors Constructor Description NoArgCallEmitter(@NotNull java.lang.String methodName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull java.lang.StringemitCode(@NotNull com.atlassian.bamboo.specs.api.codegen.CodeGenerationContext context, T value)
-
-
-
Method Detail
-
emitCode
@NotNull public @NotNull java.lang.String emitCode(@NotNull @NotNull com.atlassian.bamboo.specs.api.codegen.CodeGenerationContext context, @NotNull T value) throws com.atlassian.bamboo.specs.api.codegen.CodeGenerationException- Specified by:
emitCodein interfacecom.atlassian.bamboo.specs.api.codegen.CodeEmitter<T>- Throws:
com.atlassian.bamboo.specs.api.codegen.CodeGenerationException
-
-