Class ImportDeclarationCodeWriter
java.lang.Object
io.smallrye.mutiny.vertx.codegen.lang.ImportDeclarationCodeWriter
- All Implemented Interfaces:
CodeWriter,BiFunction<io.vertx.codegen.ClassModel,PrintWriter, Void>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgenerate(io.vertx.codegen.ClassModel model, PrintWriter writer) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiFunction
andThenMethods inherited from interface io.smallrye.mutiny.vertx.codegen.lang.CodeWriter
apply, genTypeName
-
Constructor Details
-
ImportDeclarationCodeWriter
public ImportDeclarationCodeWriter()
-
-
Method Details
-
generate
- Specified by:
generatein interfaceCodeWriter
-