Package util

Class BooleanConverterUtil


  • public class BooleanConverterUtil
    extends java.lang.Object
    The BooleanConverterUtil provides a function that allows conversion of given input to a boolean variable for visibility or first login checking
    • 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • convertToBoolean

        public static boolean convertToBoolean​(java.lang.String input)
        Converts a string input to a boolean variable
        Parameters:
        input - the string to be converted into boolean
        Returns:
        the boolean based on received input