ignoreEndpoints property

List<String> ignoreEndpoints
final

Ignored endpoints(methods) that can be used to ignore certain methods from generating code. A value of '*' means all, or provide a list of method names that will be ignored.

Implementation

final List<String> ignoreEndpoints;