| 程序包 | 说明 |
|---|---|
| net.gdface.bean | |
| net.gdface.bean.exception |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.Object |
BeanPropertySupport.getProperty(java.lang.Object bean,
java.lang.String name,
java.lang.Object defaultValue)
Return the value of the (possibly nested) property of the specified
name, for the specified bean, with no type conversions.
|
<T> T |
BeanPropertySupport.getPropertyCheckType(java.lang.Object bean,
java.lang.String name,
java.lang.Class<T> targetType)
Return the value of the (possibly nested) property of the specified
name, for the specified bean, cast to target type.if value is String,try to parse json to target type.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
CycleReferenceException
循环引用异常
|
Copyright © 2023. All Rights Reserved.