public class ObjectUtils extends Object
ObjectUtils()
static Object
firstNotNull(Object[] values)
static String
string(Object value)
static boolean
toBoolean(Object value)
static Integer
toInt(Object value)
static List<String>
toList(Object value)
static Long
toLong(Object value)
static void
upperCase(Object[] params)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ObjectUtils()
public static Integer toInt(Object value)
public static Long toLong(Object value)
public static boolean toBoolean(Object value)
public static String string(Object value)
public static Object firstNotNull(Object[] values)
public static List<String> toList(Object value)
public static void upperCase(Object[] params)
Copyright © 2024. All rights reserved.