allowedEndpoints property

List<String> allowedEndpoints
final

Allowed endpoints(methods) that can be used to generate code. A value of '*' means all, or provide a list of method names that will be allowed only.

Implementation

final List<String> allowedEndpoints;