Parameter Name | Data Type | Possible Values | Default |
---|---|---|---|
METHOD_SIGNATURE | String | none |
Enter the method signature.
The signature is the list of types of the arguments, separated by ",".
You can use any Java class which has a public constructor accepting a single String argument.
For Example, "java.lang.String,java.lang.Integer"