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