Uses of Interface
io.sundr.codegen.api.Renderer
-
-
Uses of Renderer in io.sundr.codegen.api
Classes in io.sundr.codegen.api that implement Renderer Modifier and Type Class Description classTypeDefRendererMethods in io.sundr.codegen.api that return types with arguments of type Renderer Modifier and Type Method Description static <T> Optional<Renderer<T>>Renderers. findRenderer(Class<T> type)Methods in io.sundr.codegen.api with parameters of type Renderer Modifier and Type Method Description CodeGenerator.Builder<T>CodeGenerator.Builder. withRenderer(Renderer<T> renderer)
-