Package io.sundr.codegen.api
Class TypeDefRenderer
- java.lang.Object
-
- io.sundr.codegen.api.TypeDefRenderer
-
-
Constructor Summary
Constructors Constructor Description TypeDefRenderer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Function<io.sundr.model.TypeDef,String>getFunction()Class<io.sundr.model.TypeDef>getType()The type of items thisRenderersupports.
-
-
-
Method Detail
-
getType
public Class<io.sundr.model.TypeDef> getType()
Description copied from interface:RendererThe type of items thisRenderersupports.
-
getFunction
public Function<io.sundr.model.TypeDef,String> getFunction()
- Specified by:
getFunctionin interfaceRenderer<io.sundr.model.TypeDef>
-
-