- java.lang.Object
-
- util.BooleanConverterUtil
-
public class BooleanConverterUtil extends java.lang.ObjectTheBooleanConverterUtilprovides 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 booleanconvertToBoolean(java.lang.String input)Converts a string input to a boolean variable
-
-
-
Constructor Detail
-
BooleanConverterUtil
public BooleanConverterUtil()
Construct an instance ofBooleanConverterUtil
-
-