public class NameValidationUtil extends Object
| Constructor and Description |
|---|
NameValidationUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
verifyStringDoesNotContainsReservedCharacters(String string)
Validates that the given
string does not contain any SPECIAL_CHARACTERS character |
public static void verifyStringDoesNotContainsReservedCharacters(String string)
string does not contain any SPECIAL_CHARACTERS characterstring - the string to validate.IllegalArgumentException - if the string contains an invalid character.Copyright © 2017 MuleSoft, Inc.. All rights reserved.