Interface Formatter
-
- All Known Implementing Classes:
MarkdownFormatter
public interface Formatter- Version:
- As of 4.3.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringdescriptionToHtml(java.lang.String descriptionWithFormatting)
-
-
-
Method Detail
-
descriptionToHtml
java.lang.String descriptionToHtml(java.lang.String descriptionWithFormatting)
- Parameters:
descriptionWithFormatting- is aDescription.value()orParameter.description()with formatting instructions. If there are no formatting instructions, the same text value should be returned as is.- Returns:
- HTML formatted value.
-
-