com.atlassian.bamboo.specs.api.codegen.CodeEmitter Maven / Gradle / Ivy
package com.atlassian.bamboo.specs.api.codegen;
import org.jetbrains.annotations.NotNull;
/**
* BambooSpecs generator for a specific field or type.
*/
public interface CodeEmitter {
@NotNull
String emitCode(@NotNull CodeGenerationContext context, @NotNull T value) throws CodeGenerationException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy