org.tynamo.descriptor
Class PropertyDescriptorFactoryImpl
java.lang.Object
org.tynamo.descriptor.PropertyDescriptorFactoryImpl
- All Implemented Interfaces:
- PropertyDescriptorFactory
public class PropertyDescriptorFactoryImpl
- extends Object
- implements PropertyDescriptorFactory
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyDescriptorFactoryImpl
public PropertyDescriptorFactoryImpl(Collection<String> propertyExcludes)
buildPropertyDescriptors
public ArrayList<TynamoPropertyDescriptor> buildPropertyDescriptors(Class beanType,
BeanInfo beanInfo)
throws Exception
- Build the set of property descriptors for this type
- Specified by:
buildPropertyDescriptors in interface PropertyDescriptorFactory
- Parameters:
beanType - the aggregating classbeanInfo - the BeanInfo, already gathered
- Returns:
-
- Throws:
Exception
Copyright © 2004-2009. All Rights Reserved.