public class M2StringUtils extends Object
Constructor and Description |
---|
M2StringUtils() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isBlank(String str) |
static boolean |
isEmpty(String str) |
static boolean |
isNotBlank(String str) |
static boolean |
isNotEmpty(String str) |
static String |
stringifier(Object bean)
FOR DEBUG.
|
public static boolean isEmpty(String str)
public static boolean isNotEmpty(String str)
public static boolean isBlank(String str)
public static boolean isNotBlank(String str)
public static String stringifier(Object bean)
FOR DEBUG. This method does not include the field of a null object in the
returned string.
see AbstractJaxb.toString()
デバッグ用です。このメソッドは文字列表現に null オブジェクトを持つフィールドを加えません。
bean
- org.mixer2.jaxb.xhml.* class instance.Copyright © 2021 Project Mixer2. All rights reserved.