public class NameUtils extends Object
| Constructor and Description |
|---|
NameUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Optional<String> |
getDescription(org.mule.runtime.api.meta.model.display.HasDisplayModel model,
org.mule.runtime.api.meta.DescribedObject describedObject) |
static String |
normalize(String name)
Idempotent method that normalizes names to avoid invalid AsciiDoctor ids.
|
static String |
prettify(org.mule.runtime.api.meta.NamedObject component) |
static String |
prettify(String name) |
public static String prettify(org.mule.runtime.api.meta.NamedObject component)
public static Optional<String> getDescription(org.mule.runtime.api.meta.model.display.HasDisplayModel model, org.mule.runtime.api.meta.DescribedObject describedObject)
public static String normalize(String name)
name - name to be normalizedCopyright © 2022 MuleSoft, Inc.. All rights reserved.