public final class JavadocHelper extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
sanitizeDescription(String javadoc,
boolean summary)
Sanitizes the javadoc to removed invalid characters so it can be used as json description
|
static String |
xmlEncode(String text)
Encodes the text into safe XML by replacing < > and & with XML tokens
|
Apache Camel