@InterfaceAudience.Public @InterfaceStability.Evolving public class ClassUtils extends Object
| Constructor and Description |
|---|
ClassUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getFieldValue(Class<?> className,
Object object,
String methodName)
Deprecated.
|
static String |
getValidFieldName(Class<?> className,
String primaryKey)
Gets the valid field name.
|
public static String getValidFieldName(Class<?> className, String primaryKey)
className - the class nameprimaryKey - the primary key@Deprecated public static String getFieldValue(Class<?> className, Object object, String methodName)
className - the class nameobject - the objectmethodName - the primary keyCopyright © 2016 utils4j. All Rights Reserved.