public interface Formatter
Modifier and Type | Method and Description |
---|---|
CharSequence |
format(Object value,
ApiElement element,
String attributeName)
Format an objet value to a string ouptut, special characters will be escaped later.
|
@Nonnull CharSequence format(@Nullable Object value, @Nonnull ApiElement element, @Nullable String attributeName)
value
- A data valueelement
- A related elementattributeName
- A name of the attribute, if any.Copyright 2019-2022, Pavel Ponec