Class GenericAptOutput<T>

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

    public class GenericAptOutput<T>
    extends Object
    implements io.sundr.codegen.api.Output<T>
    • Constructor Detail

      • GenericAptOutput

        public GenericAptOutput​(Filer filer,
                                io.sundr.codegen.api.Renderer<T> renderer,
                                String relativePath)
      • GenericAptOutput

        public GenericAptOutput​(Filer filer,
                                io.sundr.codegen.api.Renderer<T> renderer,
                                String moduleAndPackage,
                                String relativePath)
    • Method Detail

      • getFunction

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