org.tynamo.descriptor
Class PropertyDescriptorFactoryImpl

java.lang.Object
  extended by org.tynamo.descriptor.PropertyDescriptorFactoryImpl
All Implemented Interfaces:
PropertyDescriptorFactory

public class PropertyDescriptorFactoryImpl
extends Object
implements PropertyDescriptorFactory


Constructor Summary
PropertyDescriptorFactoryImpl(Collection<String> propertyExcludes)
           
 
Method Summary
 ArrayList<TynamoPropertyDescriptor> buildPropertyDescriptors(Class beanType, BeanInfo beanInfo)
          Build the set of property descriptors for this type
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyDescriptorFactoryImpl

public PropertyDescriptorFactoryImpl(Collection<String> propertyExcludes)
Method Detail

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 class
beanInfo - the BeanInfo, already gathered
Returns:
Throws:
Exception


Copyright © 2004-2009. All Rights Reserved.