public class PropertyDescriptorFactoryImpl extends Object implements PropertyDescriptorFactory
| Constructor and Description |
|---|
PropertyDescriptorFactoryImpl(Collection<String> propertyExcludes) |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<TynamoPropertyDescriptor> |
buildPropertyDescriptors(Class beanType,
BeanInfo beanInfo)
Build the set of property descriptors for this type
|
public PropertyDescriptorFactoryImpl(Collection<String> propertyExcludes)
public ArrayList<TynamoPropertyDescriptor> buildPropertyDescriptors(Class beanType, BeanInfo beanInfo) throws InvocationTargetException, IllegalAccessException
buildPropertyDescriptors in interface PropertyDescriptorFactorybeanType - the aggregating classbeanInfo - the BeanInfo, already gatheredExceptionInvocationTargetExceptionIllegalAccessExceptionCopyright © 2004–2015. All rights reserved.