public class AsmReflexBeanPropertyFactory extends AbstractBeanPropertyFactory implements BeanPropertyFactory
BeanProperty| 限定符和类型 | 类和说明 |
|---|---|
static class |
AsmReflexBeanPropertyFactory.AsmReflexBeanProperty
基于字节码的反射调用实现的
BeanProperty |
| 构造器和说明 |
|---|
AsmReflexBeanPropertyFactory() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected BeanProperty |
createBeanProperty(Class<?> targetClass,
Field field)
根据指定类型与类属性,创建一个对应的BeanProperty
|
getPropertyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPropertyprotected BeanProperty createBeanProperty(Class<?> targetClass, Field field)
AbstractBeanPropertyFactorycreateBeanProperty 在类中 AbstractBeanPropertyFactorytargetClass - 类型field - 属性Copyright © 2022. All rights reserved.