Interface IStringValueBuilder

    • Method Detail

      • value

        IStringValueBuilder value​(@Nonnull
                                  String value)
        Description copied from interface: IValueBuilder
        Applies the given value to this builder. Implementations are allowed to perform validity checks on the passed value and reject the given value or parts of it (in case of lists etc.) when they do not conform to the restrictions imposed by this builder.
        Specified by:
        value in interface IValueBuilder<String>
        Parameters:
        value - Sets the value created by this builder.
        Returns:
        This builder instance for chaining method calls.