public class BaseNoStandardPropertyDescriptor extends java.beans.PropertyDescriptor implements NoStandardPropertyDescriptor
| 构造器和说明 |
|---|
BaseNoStandardPropertyDescriptor(java.lang.String propertyName,
java.lang.reflect.Method readMethod,
java.lang.reflect.Method writeMethod) |
| 限定符和类型 | 方法和说明 |
|---|---|
InvokeMewthodContext |
beforeInvokeMethod(InvokeMewthodContext context) |
java.lang.reflect.Method |
getReadMethod(java.lang.Class<?> clazz,
java.beans.PropertyDescriptor descriptor) |
java.lang.reflect.Method |
getWriteMethod(java.lang.Class<?> clazz,
java.beans.PropertyDescriptor descriptor) |
createPropertyEditor, equals, getPropertyEditorClass, getPropertyType, getReadMethod, getWriteMethod, hashCode, isBound, isConstrained, setBound, setConstrained, setPropertyEditorClass, setReadMethod, setWriteMethodpublic BaseNoStandardPropertyDescriptor(java.lang.String propertyName,
java.lang.reflect.Method readMethod,
java.lang.reflect.Method writeMethod)
throws java.beans.IntrospectionException
java.beans.IntrospectionExceptionpublic java.lang.reflect.Method getReadMethod(java.lang.Class<?> clazz,
java.beans.PropertyDescriptor descriptor)
getReadMethod 在接口中 NoStandardPropertyDescriptorpublic java.lang.reflect.Method getWriteMethod(java.lang.Class<?> clazz,
java.beans.PropertyDescriptor descriptor)
getWriteMethod 在接口中 NoStandardPropertyDescriptorpublic InvokeMewthodContext beforeInvokeMethod(InvokeMewthodContext context)
Copyright © 2023. All Rights Reserved.