public class AnnotationsUtils extends Object
| Constructor and Description |
|---|
AnnotationsUtils() |
| Modifier and Type | Method and Description |
|---|---|
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方法
|
public static Method getAnnotationsName(Object vo)
vo - public static String getAnnotationFieldName(Object obj, Class annotationClass)
obj - annotationClass - Copyright © 2015–2022 cn.gtmap. All rights reserved.