Package com.aspectran.core.util
Class BooleanUtils
- java.lang.Object
-
- com.aspectran.core.util.BooleanUtils
-
public class BooleanUtils extends java.lang.ObjectMiscellaneousBooleanutility methods.- Author:
- Juho Jeong
-
-
Constructor Summary
Constructors Constructor Description BooleanUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleantoBoolean(java.lang.Boolean bool)static booleantoBoolean(java.lang.Boolean bool, boolean defaultValue)static java.lang.BooleantoBooleanObject(java.lang.String booleanString)static java.lang.BooleantoNullableBooleanObject(java.lang.String booleanString)
-
-
-
Method Detail
-
toBooleanObject
public static java.lang.Boolean toBooleanObject(java.lang.String booleanString)
-
toNullableBooleanObject
public static java.lang.Boolean toNullableBooleanObject(java.lang.String booleanString)
-
toBoolean
public static boolean toBoolean(java.lang.Boolean bool)
-
toBoolean
public static boolean toBoolean(java.lang.Boolean bool, boolean defaultValue)
-
-