See: Description
| Interface | Description | 
|---|---|
| StringProcessor | A processor which takes a String as input and generates a String
 as output. | 
| Class | Description | 
|---|---|
| Camelbacker | Creates a String in CaMelBaCk case from a String with special characters | 
| CharReplacer | Replaces characters by a String. | 
| ConstantNameCreator | Creates the name of a constant from a string. | 
| RemoveUnusedImportsProcessor | Tries to remove unused imports | 
| UnixLinefeedProcessor | Converts Windows CR/LF character sequences to Unix LF sequences. | 
| WrapReservedJavaWords | Processes an input String as follows: If the input String is a reserved word
 in java, a suffix and/or prefix is appended to the input String and the
 result is returned; otherwise the input string is returned unchanged. | 
This package contains classes which transform a sting into another string.
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.