Interface TextAccessor.TextBuilder<B extends TextAccessor.TextBuilder<B>>

  • Type Parameters:
    B - The builder to return in order to be able to apply multiple build operations.
    Enclosing interface:
    TextAccessor


    public static interface TextAccessor.TextBuilder<B extends TextAccessor.TextBuilder<B>>
    Provides a builder method for a text property returning the builder for applying multiple build operations.
    • Method Detail

      • withText

        B withText​(java.lang.String aText)
        Sets the text for the text property.
        Parameters:
        aText - The text to be stored by the text property.
        Returns:
        The builder for applying multiple build operations.