Interface PrefixAccessor.PrefixBuilder<B extends PrefixAccessor.PrefixBuilder<B>>

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


    public static interface PrefixAccessor.PrefixBuilder<B extends PrefixAccessor.PrefixBuilder<B>>
    Provides a builder method for a prefix property returning the builder for applying multiple build operations.
    • Method Detail

      • withPrefix

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