|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vladmihalcea.hibernate.util.StringUtils
public class StringUtils
StringUtils - String utilities holder.
| Field Summary | |
|---|---|
static String |
LINE_SEPARATOR
|
| Method Summary | |
|---|---|
static boolean |
isBlank(String value)
Check if the String value is null, empty or contains only whitespace characters. |
static String |
join(CharSequence delimiter,
CharSequence... elements)
Join the provided elements separated by the delimiter. |
static String |
toLowercase(String value)
Transform string to lowercase. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String LINE_SEPARATOR
| Method Detail |
|---|
public static String join(CharSequence delimiter,
CharSequence... elements)
elements separated by the delimiter.
delimiter - delimiterelements - elements to join
public static boolean isBlank(String value)
value - String value
public static String toLowercase(String value)
value - String value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||