Class MutinyMethodDescriptor
- java.lang.Object
-
- io.smallrye.mutiny.vertx.codegen.methods.MutinyMethodDescriptor
-
public class MutinyMethodDescriptor extends Object
Just a structure describing a method.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMutinyMethodDescriptor.MutinyKind
-
Field Summary
Fields Modifier and Type Field Description booleanfluent
-
Constructor Summary
Constructors Constructor Description MutinyMethodDescriptor(io.vertx.codegen.MethodInfo method, io.vertx.codegen.MethodInfo original, MutinyMethodDescriptor.MutinyKind kind)MutinyMethodDescriptor(io.vertx.codegen.MethodInfo method, io.vertx.codegen.MethodInfo original, MutinyMethodDescriptor.MutinyKind kind, boolean fluent)MutinyMethodDescriptor(io.vertx.codegen.MethodInfo method, io.vertx.codegen.MethodInfo original, MutinyMethodDescriptor.MutinyKind kind, boolean fluent, boolean isPrivate)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MutinyMethodDescriptorcreateAndForgetMethod(io.vertx.codegen.MethodInfo method, io.vertx.codegen.MethodInfo delegate, boolean fluent)io.vertx.codegen.MethodInfogetMethod()StringgetMethodName()io.vertx.codegen.MethodInfogetOriginalMethod()StringgetOriginalMethodName()booleanisAwaitMethod()booleanisConsumerMethod()booleanisDeprecated()booleanisFluent()booleanisForgetMethod()booleanisPrivate()booleanisSimple()booleanisUniMethod()
-
-
-
Constructor Detail
-
MutinyMethodDescriptor
public MutinyMethodDescriptor(io.vertx.codegen.MethodInfo method, io.vertx.codegen.MethodInfo original, MutinyMethodDescriptor.MutinyKind kind, boolean fluent)
-
MutinyMethodDescriptor
public MutinyMethodDescriptor(io.vertx.codegen.MethodInfo method, io.vertx.codegen.MethodInfo original, MutinyMethodDescriptor.MutinyKind kind, boolean fluent, boolean isPrivate)
-
MutinyMethodDescriptor
public MutinyMethodDescriptor(io.vertx.codegen.MethodInfo method, io.vertx.codegen.MethodInfo original, MutinyMethodDescriptor.MutinyKind kind)
-
-
Method Detail
-
createAndForgetMethod
public static MutinyMethodDescriptor createAndForgetMethod(io.vertx.codegen.MethodInfo method, io.vertx.codegen.MethodInfo delegate, boolean fluent)
-
getMethodName
public String getMethodName()
-
getOriginalMethodName
public String getOriginalMethodName()
-
getOriginalMethod
public io.vertx.codegen.MethodInfo getOriginalMethod()
-
getMethod
public io.vertx.codegen.MethodInfo getMethod()
-
isFluent
public boolean isFluent()
-
isDeprecated
public boolean isDeprecated()
-
isAwaitMethod
public boolean isAwaitMethod()
-
isForgetMethod
public boolean isForgetMethod()
-
isUniMethod
public boolean isUniMethod()
-
isConsumerMethod
public boolean isConsumerMethod()
-
isSimple
public boolean isSimple()
-
isPrivate
public boolean isPrivate()
-
-