Class AwaitMethodGenerator
- java.lang.Object
-
- io.smallrye.mutiny.vertx.codegen.methods.MutinyMethodGenerator
-
- io.smallrye.mutiny.vertx.codegen.methods.AwaitMethodGenerator
-
public class AwaitMethodGenerator extends MutinyMethodGenerator
-
-
Field Summary
Fields Modifier and Type Field Description static StringSUFFIX_AND_AWAIT-
Fields inherited from class io.smallrye.mutiny.vertx.codegen.methods.MutinyMethodGenerator
writer
-
-
Constructor Summary
Constructors Constructor Description AwaitMethodGenerator(PrintWriter writer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgenerate(io.vertx.codegen.MethodInfo method)voidgenerateDeclaration(io.vertx.codegen.MethodInfo method)voidgenerateOther(io.vertx.codegen.MethodInfo method)-
Methods inherited from class io.smallrye.mutiny.vertx.codegen.methods.MutinyMethodGenerator
generateJavadoc, generateMethodDeclaration, sanitize
-
-
-
-
Field Detail
-
SUFFIX_AND_AWAIT
public static final String SUFFIX_AND_AWAIT
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
AwaitMethodGenerator
public AwaitMethodGenerator(PrintWriter writer)
-
-