validateRequest property

(Set<String>? Function<FineSettingType extends SettingType>(Request req, FineSettingType sharedSettings)?) validateRequest
final

Validate Requests should return map key in the serialized request data structure that triggered the error If null is returned, it means the Request Object has passed the test.

Implementation

final Set<String>? Function<FineSettingType extends SettingType>(Request req, FineSettingType sharedSettings)? validateRequest;