org.oddjob.arooa.deploy
Class AnnotatedBeanDescriptorProvider
java.lang.Object
org.oddjob.arooa.deploy.AnnotatedBeanDescriptorProvider
- All Implemented Interfaces:
- BeanDescriptorProvider
public class AnnotatedBeanDescriptorProvider
- extends Object
- implements BeanDescriptorProvider
Attempts to provide a ArooaBeanDescriptor from an annotated
class.
- Author:
- rob
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnotatedBeanDescriptorProvider
public AnnotatedBeanDescriptorProvider()
getBeanDescriptor
public PropertyDefinitionsHelper getBeanDescriptor(ArooaClass classIdentifier,
PropertyAccessor accessor)
- Specified by:
getBeanDescriptor in interface BeanDescriptorProvider
- Parameters:
classIdentifier - The class.accessor - Used to access the bean properties for default
types.
- Returns:
- The bean descriptor, null if this provider
isn't capable of providing it.