public final class BeanUtils extends Object
| Constructor and Description |
|---|
BeanUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Class<?> |
findClass(String name) |
static Class<?> |
findClass(String name,
ClassLoader loader) |
static boolean |
isNull(String value)
Whether a string is interpreted as the null value, including the empty string.
|
static boolean |
isNull(String value,
boolean trim,
boolean empty)
Whether a string is interpreted as the null value
|
public static Class<?> findClass(String name) throws ClassNotFoundException
ClassNotFoundExceptionpublic static Class<?> findClass(String name, ClassLoader loader) throws ClassNotFoundException
ClassNotFoundExceptionpublic static boolean isNull(String value)
value - the valuepublic static boolean isNull(String value, boolean trim, boolean empty)
value - the valuetrim - whether to trim the stringempty - whether to include the empty string as nullCopyright © 2012 JBoss by Red Hat. All Rights Reserved.