public interface BeanPropertyFactory
AbstractBeanPropertyFactory,
AsmReflexBeanPropertyFactory,
ReflexBeanPropertyFactory| 限定符和类型 | 方法和说明 |
|---|---|
Optional<BeanProperty> |
getProperty(Class<?> targetClass,
String fieldName)
获取类属性对应的
BeanProperty实例 |
Optional<BeanProperty> getProperty(Class<?> targetClass, String fieldName)
BeanProperty实例targetClass - 类fieldName - 属性名称Copyright © 2022. All rights reserved.