public class Manipulator extends Object
| Constructor and Description |
|---|
Manipulator() |
| Modifier and Type | Method and Description |
|---|---|
static String |
capFirstChar(String value) |
static String |
getClassFromImport(String value)
Returns the class or interface name after the last dot in an import statement.
|
static String |
lowerFirstChar(String value) |
public static String capFirstChar(String value)
value - the string who first letter should be capitalized.public static String lowerFirstChar(String value)
value - the string who first letter should be lower cased.Copyright © 2023. All rights reserved.