ToStringFunction<String>DefaultStringFunction instead.@Deprecated public class DefaultStringProcessor extends StringProcessor
NO_PROCESS| Constructor | Description |
|---|---|
DefaultStringProcessor() |
Deprecated.
|
| Modifier and Type | Method | Description |
|---|---|---|
String |
process(String in) |
Deprecated.
Performs the default string processing on the input string
|
static String |
subNonAlphaNumeric(String in,
String sub) |
Deprecated.
Substitute non alphanumeric characters.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapplypublic static String subNonAlphaNumeric(String in, String sub)
in - The input stringsub - The string to substitute withpublic String process(String in)
process in class StringProcessorin - Input stringCopyright © 2018. All rights reserved.