Package io.sundr.codegen.apt
Class GenericAptOutput<T>
- java.lang.Object
-
- io.sundr.codegen.apt.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 Summary
Constructors Constructor Description GenericAptOutput(Filer filer, io.sundr.codegen.api.Renderer<T> renderer, String relativePath)GenericAptOutput(Filer filer, io.sundr.codegen.api.Renderer<T> renderer, String moduleAndPackage, String relativePath)
-