public abstract class AbstractPropDesc extends Object implements PropDesc
PropDesc.| 构造器和说明 |
|---|
AbstractPropDesc() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected abstract @Nullable MethodInvoker |
findGetter(String propertyName)
find getter.
|
protected abstract @Nullable MethodInvoker |
findSetter(String propertyName)
find setter.
|
@Nullable MethodInvoker |
getGetter(String propertyName)
Get the getter method.
|
@Nullable MethodInvoker |
getSetter(String propertyName)
Get the setter method.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBeanType, readProperty, writePropertyprotected final Class<?> beanType
public @Nullable MethodInvoker getGetter(String propertyName)
public @Nullable MethodInvoker getSetter(String propertyName)
protected abstract @Nullable MethodInvoker findGetter(String propertyName)
propertyName - property nameprotected abstract @Nullable MethodInvoker findSetter(String propertyName)
propertyName - property nameCopyright © 2024. All rights reserved.