public class ModelUtil extends Object
| Constructor and Description |
|---|
ModelUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getSimpleTypeSignature(Class<?> clazz,
List<Class<?>> parameterClasses) |
static boolean |
isBooleanType(Class<?> clazz) |
static boolean |
isNumericType(Class<?> clazz) |
static boolean |
isStringType(Class<?> clazz) |
public static String getSimpleTypeSignature(Class<?> clazz, List<Class<?>> parameterClasses)
public static boolean isStringType(Class<?> clazz)
public static boolean isBooleanType(Class<?> clazz)
public static boolean isNumericType(Class<?> clazz)
Copyright © 2015. All rights reserved.