mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +08:00
commit
a77a7e8179
@ -163,7 +163,7 @@ public class AnnotationUtil {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 检查是否包含指定注解指定注解
|
* 检查是否包含指定注解
|
||||||
*
|
*
|
||||||
* @param annotationEle {@link AnnotatedElement},可以是Class、Method、Field、Constructor、ReflectPermission
|
* @param annotationEle {@link AnnotatedElement},可以是Class、Method、Field、Constructor、ReflectPermission
|
||||||
* @param annotationType 注解类型
|
* @param annotationType 注解类型
|
||||||
|
@ -247,7 +247,7 @@ public class BeanUtil {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 解析Bean中的属性值
|
* 获取Bean中的属性值
|
||||||
*
|
*
|
||||||
* @param <T> 属性值类型
|
* @param <T> 属性值类型
|
||||||
* @param bean Bean对象,支持Map、List、Collection、Array
|
* @param bean Bean对象,支持Map、List、Collection、Array
|
||||||
@ -265,7 +265,7 @@ public class BeanUtil {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 解析Bean中的属性值
|
* 设置Bean中的属性值
|
||||||
*
|
*
|
||||||
* @param bean Bean对象,支持Map、List、Collection、Array
|
* @param bean Bean对象,支持Map、List、Collection、Array
|
||||||
* @param expression 表达式,例如:person.friend[5].name
|
* @param expression 表达式,例如:person.friend[5].name
|
||||||
|
Loading…
x
Reference in New Issue
Block a user