- java.lang.Object
-
- util.BooleanConverterUtil
-
public class BooleanConverterUtil extends java.lang.Object
TheBooleanConverterUtil
provides a function that allows conversion of given input to a boolean variable for visibility or first login checking
-
-
Constructor Summary
Constructors Constructor Description BooleanConverterUtil()
Construct an instance ofBooleanConverterUtil
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
convertToBoolean(java.lang.String input)
Converts a string input to a boolean variable
-
-
-
Constructor Detail
-
BooleanConverterUtil
public BooleanConverterUtil()
Construct an instance ofBooleanConverterUtil
-
-