Package org.apache.flink.configuration.description
-
Interface Summary Interface Description BlockElement Part of description that represents a block e.g. some text, linebreak or a list.InlineElement Part of description that represents an element inside a block e.g. a link. -
Class Summary Class Description Description Description forConfigOption.Description.DescriptionBuilder Builder forDescription.Formatter Allows providing multiple formatters for the description.HtmlFormatter Formatter that transformsDescriptioninto Html representation.LineBreakElement Represents a line break in theDescription.LinkElement Element that represents a link in theDescription.ListElement Represents a list in theDescription.TextElement Represents a text block in theDescription. -
Enum Summary Enum Description TextElement.TextStyle Styles that can be applied toTextElemente.g. code, bold etc.