|
Spring Data Core | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.data.util.ParsingUtils
public abstract class ParsingUtils
Utility methods for String parsing.
| Method Summary | |
|---|---|
static String |
reconcatenateCamelCase(String source,
String delimiter)
Reconcatenates the given camel-case source String using the given delimiter. |
static List<String> |
splitCamelCase(String source)
Splits up the given camel-case String. |
static List<String> |
splitCamelCaseToLower(String source)
Splits up the given camel-case String and returns the parts in lower case. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static List<String> splitCamelCase(String source)
String.
source - must not be null.
public static List<String> splitCamelCaseToLower(String source)
String and returns the parts in lower case.
source - must not be null.
public static String reconcatenateCamelCase(String source,
String delimiter)
String using the given delimiter. Will split up the camel-case
String and use an uncapitalized version of the parts.
source - must not be null.delimiter - must not be null.
|
Spring Data Core | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||