generated Option

The generated method option indicates that the method has been automatically generated by JADE and caution should be taken if you plan to modify the method, because your changes will be lost if the method is generated again.

Two examples of where the generated method option is used are:

The following code fragment shows the use of the generated option in a REST Security "shadow" method:

s__getCustomer(): JadeRequiredClaimArray generated;
// This method was generated by the Add JSON Web Token Claims dialog.

2020.0.01 and higher