public class PropertyDescriptorFactories extends java.lang.Object implements PropertyDescriptorFactory
| 构造器和说明 |
|---|
PropertyDescriptorFactories() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
add(PropertyDescriptorFactory element) |
void |
addFirst(PropertyDescriptorFactory element) |
com.googlecode.openbeans.PropertyDescriptor |
builtinDescriptorOf(java.lang.Object bean,
java.lang.String name)
|
com.googlecode.openbeans.PropertyDescriptor |
descriptorOf(java.lang.Object bean,
java.lang.String name)
返回
bean中name指定字段的PropertyDescriptor实例,没有则返回null |
com.googlecode.openbeans.PropertyDescriptor |
nostandardDescriptorOf(java.lang.Object bean,
java.lang.String name)
|
public void addFirst(PropertyDescriptorFactory element)
public void add(PropertyDescriptorFactory element)
public com.googlecode.openbeans.PropertyDescriptor descriptorOf(java.lang.Object bean,
java.lang.String name)
throws com.googlecode.openbeans.IntrospectionException
PropertyDescriptorFactorybean中name指定字段的PropertyDescriptor实例,没有则返回nulldescriptorOf 在接口中 PropertyDescriptorFactorycom.googlecode.openbeans.IntrospectionExceptionpublic com.googlecode.openbeans.PropertyDescriptor nostandardDescriptorOf(java.lang.Object bean,
java.lang.String name)
throws com.googlecode.openbeans.IntrospectionException
bean - name - com.googlecode.openbeans.IntrospectionExceptionpublic com.googlecode.openbeans.PropertyDescriptor builtinDescriptorOf(java.lang.Object bean,
java.lang.String name)
throws com.googlecode.openbeans.IntrospectionException
bean - name - com.googlecode.openbeans.IntrospectionExceptionCopyright © 2023. All Rights Reserved.