public interface PojoWriter
Modifier and Type | Method and Description |
---|---|
boolean |
toJavaCheckTooBig() |
SBPrintStream |
toJavaInit(SBPrintStream sb,
CodeGeneratorPipeline fileContext) |
void |
toJavaPredictBody(SBPrintStream body,
CodeGeneratorPipeline classCtx,
CodeGeneratorPipeline fileCtx,
boolean verboseCode) |
default SBPrintStream |
toJavaTransform(SBPrintStream ccsb,
CodeGeneratorPipeline fileCtx,
boolean verboseCode) |
boolean toJavaCheckTooBig()
SBPrintStream toJavaInit(SBPrintStream sb, CodeGeneratorPipeline fileContext)
void toJavaPredictBody(SBPrintStream body, CodeGeneratorPipeline classCtx, CodeGeneratorPipeline fileCtx, boolean verboseCode)
default SBPrintStream toJavaTransform(SBPrintStream ccsb, CodeGeneratorPipeline fileCtx, boolean verboseCode)