public class InputSignature extends Object
| Constructor and Description |
|---|
InputSignature(String name) |
InputSignature(String name,
Class<?>... classList) |
InputSignature(String name,
TypeInfo... classList) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(TypeInfo paramType) |
boolean |
equals(Object obj) |
String |
getName() |
ArrayList<TypeInfo> |
getTypeArray() |
int |
hashCode() |
String |
toString() |
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.