public abstract class QueryUtils extends Object
Modifier and Type | Method and Description |
---|---|
static boolean |
equals(Integer checkMe,
String input) |
static String |
getFirstMatch(List<String> aliases,
String input) |
static Object |
ilike(String input) |
static boolean |
matches(List<String> checkMe,
String input) |
static boolean |
matches(String checkMe,
String input) |
static <T> List<T> |
shrink(List<T> input,
int maxResults) |
Copyright © 2021. All rights reserved.