Interface FluentLabel<T>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      T withLabel​(String label)
      Apply a label that will be displayed as the representation of this object for error message.
      T withLabelHint​(String... labelHint)
      Add a label hint that will be appended to the representation of this object for error message.
    • Method Detail

      • withLabel

        T withLabel​(String label)
        Apply a label that will be displayed as the representation of this object for error message.
        Parameters:
        label - label to use
        Returns:
        reference to this object to chain calls
      • withLabelHint

        T withLabelHint​(String... labelHint)
        Add a label hint that will be appended to the representation of this object for error message.
        Parameters:
        labelHint - label hints to add
        Returns:
        reference to this object to chain calls