Interface Formatter

  • All Known Implementing Classes:
    MarkdownFormatter

    public interface Formatter
    Version:
    As of 4.3.0
    • Method Detail

      • descriptionToHtml

        java.lang.String descriptionToHtml​(java.lang.String descriptionWithFormatting)
        Parameters:
        descriptionWithFormatting - is a Description.value() or Parameter.description() with formatting instructions. If there are no formatting instructions, the same text value should be returned as is.
        Returns:
        HTML formatted value.