public class DwUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
getCleanExpression(String expression)
Removes the surrounding brackets from a DW expression.
|
static String |
getDwIdentifier(String name)
Transforms a name into a valid DW identifier
|
static boolean |
isExpression(String str)
Checks if a provided string has the format of a DataWeave expression.
|
public static String getDwIdentifier(String name)
name - The name to transformpublic static boolean isExpression(String str)
str - The string to checkCopyright © 2024. All rights reserved.