Class PlainOrFullHtmlTextBuilder<T extends PlainOrFullHtmlTextBuilder>

  • All Implemented Interfaces:
    TextBuilder<T>

    @OpenApiAll
    public class PlainOrFullHtmlTextBuilder<T extends PlainOrFullHtmlTextBuilder>
    extends AbstractTextBuilder<T>
    A builder used for plain or html text building. Colored fragments are not supported. Output text format depends on input text format - if at least one html fragment added, result will be html, otherwise result will be plain text. Note - "light" html fragments will be converted to a plain text.