public final class QueryUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
contains(Class<?> clazz,
Method method) |
static Method |
extract(Class<?> clazz,
Method method) |
static boolean |
isEmpty(Collection<?> collection) |
static boolean |
isEmpty(Object[] array) |
static boolean |
isEmpty(String text) |
static boolean |
isNotEmpty(String text) |
static boolean |
isString(Object value) |
static String[] |
splitByKeyword(String query,
String keyword) |
static String |
uncapitalize(String value) |
public static boolean isEmpty(String text)
public static boolean isNotEmpty(String text)
public static boolean isEmpty(Collection<?> collection)
public static boolean isEmpty(Object[] array)
public static boolean isString(Object value)
Copyright © 2011-2013 The Apache Software Foundation. All Rights Reserved.