|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectcn.gtmap.estateplat.utils.AnnotationsUtils
public class AnnotationsUtils
Created with IntelliJ IDEA. User: zx Date: 15-3-25 Time: 下午8:14 Des:获取注释 To change this template use File | Settings | File Templates.
| 构造方法摘要 | |
|---|---|
AnnotationsUtils()
|
|
| 方法摘要 | |
|---|---|
static List<Field> |
getAnnotationField(Object obj,
Class annotationClass)
zdd 获取对象上注解类为annotationClass的 对象属性字段 |
static String |
getAnnotationFieldName(Object obj,
Class annotationClass)
zdd 获取对象上注解类为annotationClass的 对象属性名称 |
static Method |
getAnnotationsName(Object vo)
返回vo对象中主键的get方法 |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 构造方法详细信息 |
|---|
public AnnotationsUtils()
| 方法详细信息 |
|---|
public static Method getAnnotationsName(Object vo)
vo -
public static String getAnnotationFieldName(Object obj,
Class annotationClass)
obj - annotationClass -
public static List<Field> getAnnotationField(Object obj,
Class annotationClass)
obj - annotationClass -
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||