Class TypeDefAptOutput

  • All Implemented Interfaces:
    io.sundr.codegen.api.Output<io.sundr.model.TypeDef>

    public class TypeDefAptOutput
    extends Object
    implements io.sundr.codegen.api.Output<io.sundr.model.TypeDef>
    • Constructor Detail

      • TypeDefAptOutput

        public TypeDefAptOutput​(Filer filer)
      • TypeDefAptOutput

        public TypeDefAptOutput​(Filer filer,
                                io.sundr.codegen.api.Renderer<io.sundr.model.TypeDef> renderer)
    • Method Detail

      • getFunction

        public Function<io.sundr.model.TypeDef,​Writer> getFunction()
        Specified by:
        getFunction in interface io.sundr.codegen.api.Output<io.sundr.model.TypeDef>