Uses of Class
io.sundr.codegen.api.CodeGenerator.Builder
-
Uses of CodeGenerator.Builder in io.sundr.codegen.api
Methods in io.sundr.codegen.api that return CodeGenerator.BuilderModifier and TypeMethodDescriptionstatic <T> CodeGenerator.Builder<T>CodeGenerator.newGenerator(Class<T> type) CodeGenerator.Builder.withIdentifier(Identifier<T> identifier) CodeGenerator.Builder.withIdentifier(Function<T, String> identifier) CodeGenerator.Builder.withOutput(Output<T> output) CodeGenerator.Builder.withOutput(Function<T, Writer> output) CodeGenerator.Builder.withRenderer(Renderer<T> renderer) CodeGenerator.Builder.withRenderer(Function<T, String> renderer)