Interface FieldValidateable<T>

    • Method Detail

      • fieldValidation

        T fieldValidation​(FieldValidateable.Validation fieldValidation)
        Instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields, provided that the `ServerSideFieldValidation` feature gate is also enabled.
        Parameters:
        fieldValidation -
        Returns:
        write operations where field validation is applicable.