Class BooleanUtils

java.lang.Object
com.aspectran.utils.BooleanUtils

public abstract class BooleanUtils extends Object
Miscellaneous Boolean utility methods.
Author:
Juho Jeong
  • Constructor Details

    • BooleanUtils

      public BooleanUtils()
  • Method Details

    • toBooleanObject

      @NonNull public static Boolean toBooleanObject(String booleanString)
    • toNullableBooleanObject

      public static Boolean toNullableBooleanObject(String booleanString)
    • toBoolean

      public static boolean toBoolean(Boolean bool)
    • toBoolean

      public static boolean toBoolean(Boolean bool, boolean defaultValue)