org.tynamo.descriptor
Class MethodDescriptorFactoryImpl

java.lang.Object
  extended by org.tynamo.descriptor.MethodDescriptorFactoryImpl
All Implemented Interfaces:
MethodDescriptorFactory

public class MethodDescriptorFactoryImpl
extends Object
implements MethodDescriptorFactory


Constructor Summary
MethodDescriptorFactoryImpl(Collection<String> methodExcludes)
           
 
Method Summary
 ArrayList<IMethodDescriptor> buildMethodDescriptors(Class type, BeanInfo beanInfo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodDescriptorFactoryImpl

public MethodDescriptorFactoryImpl(Collection<String> methodExcludes)
Method Detail

buildMethodDescriptors

public ArrayList<IMethodDescriptor> buildMethodDescriptors(Class type,
                                                           BeanInfo beanInfo)
                                                    throws Exception
Specified by:
buildMethodDescriptors in interface MethodDescriptorFactory
Throws:
Exception


Copyright © 2004-2009. All Rights Reserved.