Class ConstantCodeWriter
java.lang.Object
io.smallrye.mutiny.vertx.codegen.lang.ConstantCodeWriter
- All Implemented Interfaces:
CodeWriter,BiFunction<io.vertx.codegen.ClassModel,PrintWriter, Void>
-
Constructor Summary
ConstructorsConstructorDescriptionConstantCodeWriter(Map<io.vertx.codegen.MethodInfo, Map<io.vertx.codegen.type.TypeInfo, String>> methodTypeArgMap) -
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
-
ConstantCodeWriter
-
-
Method Details
-
generate
- Specified by:
generatein interfaceCodeWriter
-