Interface CodeEmitter<T>
public interface CodeEmitter<T>
BambooSpecs generator for a specific field or type.
-
Method Summary
Modifier and TypeMethodDescription@NotNull StringemitCode(@NotNull CodeGenerationContext context, T value)
-
Method Details
-
emitCode
@NotNull @NotNull String emitCode(@NotNull @NotNull CodeGenerationContext context, @NotNull T value) throws CodeGenerationException - Throws:
CodeGenerationException
-