Builder.customDelimiterProcessor

Adds a custom delimiter processor. <p> Note that multiple delimiter processors with the same characters can be added, as long as they have a different minimum length. In that case, the processor with the shortest matching length is used. Adding more than one delimiter processor with the same character and minimum length is invalid.

@param delimiterProcessor a delimiter processor implementation @return {@code this}

class Builder
customDelimiterProcessor

Meta