This commit is contained in:
Looly
2025-01-01 23:48:53 +08:00
parent 12b56a3841
commit 2500d5307c
3 changed files with 7 additions and 1 deletions

View File

@@ -117,6 +117,7 @@ public interface JSON extends Cloneable, Serializable, IJSONTypeConverter {
*
* @param expression 表达式
* @param targetType 返回值类型
* @param <T> 获取对象类型
* @return 对象
* @see BeanPath#get(Object)
* @since 5.8.34