Class PackageDeclarationCodeWriter
- java.lang.Object
-
- io.smallrye.mutiny.vertx.codegen.lang.PackageDeclarationCodeWriter
-
- All Implemented Interfaces:
CodeWriter,BiFunction<io.vertx.codegen.ClassModel,PrintWriter,Void>
public class PackageDeclarationCodeWriter extends Object implements CodeWriter
-
-
Constructor Summary
Constructors Constructor Description PackageDeclarationCodeWriter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgenerate(io.vertx.codegen.ClassModel model, PrintWriter writer)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.function.BiFunction
andThen
-
Methods inherited from interface io.smallrye.mutiny.vertx.codegen.lang.CodeWriter
apply, genTypeName
-
-
-
-
Method Detail
-
generate
public void generate(io.vertx.codegen.ClassModel model, PrintWriter writer)- Specified by:
generatein interfaceCodeWriter
-
-