public class MethodSignature extends Object
Constructor and Description |
---|
MethodSignature(String name,
List<io.vertx.codegen.type.TypeInfo> parameterTypes,
boolean varargs,
io.vertx.codegen.type.TypeInfo returnType) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getName() |
List<io.vertx.codegen.type.TypeInfo> |
getParameterTypes() |
io.vertx.codegen.type.TypeInfo |
getReturnType() |
int |
hashCode() |
String |
toString() |
Copyright © 2017. All rights reserved.