Uses of Class
ai.dat.core.configuration.description.Description.DescriptionBuilder
Packages that use Description.DescriptionBuilder
-
Uses of Description.DescriptionBuilder in ai.dat.core.configuration.description
Methods in ai.dat.core.configuration.description that return Description.DescriptionBuilderModifier and TypeMethodDescriptionDescription.DescriptionBuilder.add(BlockElement block) Block of description add.Description.builder()Description.DescriptionBuilder.linebreak()Creates a line break in the description.Description.DescriptionBuilder.list(InlineElement... elements) Adds a bulleted list to the description.Creates a simple block of text.Description.DescriptionBuilder.text(String format, InlineElement... elements) Adds a block of text with placeholders ("%s") that will be replaced with proper string representation of givenInlineElement.