Interface ValidationDataConfig.Builder

    • Method Detail

      • validators

        ValidationDataConfig.Builder validators​(Collection<Validator> validators)

        Information about the validators.

        Parameters:
        validators - Information about the validators.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • validators

        ValidationDataConfig.Builder validators​(Validator... validators)

        Information about the validators.

        Parameters:
        validators - Information about the validators.
        Returns:
        Returns a reference to this object so that method calls can be chained together.