Package io.sundr.codegen.api
Interface Renderer<T>
-
- All Known Implementing Classes:
TypeDefRenderer
public interface Renderer<T>The part of the CodeGenerator that renders an instance of <T> into aString.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description Function<T,String>getFunction()Class<T>getType()The type of items thisRenderersupports.default Stringrender(T item)The rendering method.
-