public class ReflectionDescriptorFactory extends Object implements DescriptorFactory
| Constructor and Description |
|---|
ReflectionDescriptorFactory(List<DescriptorDecorator> decorators,
MethodDescriptorFactory methodDescriptorFactory,
PropertyDescriptorFactory propertyDescriptorFactory) |
public ReflectionDescriptorFactory(List<DescriptorDecorator> decorators, MethodDescriptorFactory methodDescriptorFactory, PropertyDescriptorFactory propertyDescriptorFactory)
decorators - In the default Tynamo configuration this will contain a HibernateDescriptorDecorator and an TynamoDecoratormethodDescriptorFactory - propertyDescriptorFactory - public TynamoClassDescriptor buildClassDescriptor(Class type)
buildClassDescriptor in interface DescriptorFactorytype - The type to build forCopyright © 2004–2015. All rights reserved.