public class ClassBeanDescriptorProvider extends java.lang.Object implements BeanDescriptorProvider
BeanDescriptorProvider
that looks for a class of
the same name as the bean plus Arooa to provide the descriptor.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
NAME_EXTENSION |
Constructor and Description |
---|
ClassBeanDescriptorProvider() |
Modifier and Type | Method and Description |
---|---|
ArooaBeanDescriptor |
getBeanDescriptor(ArooaClass classIdentifier,
PropertyAccessor accessor) |
public static final java.lang.String NAME_EXTENSION
public ArooaBeanDescriptor getBeanDescriptor(ArooaClass classIdentifier, PropertyAccessor accessor)
getBeanDescriptor
in interface BeanDescriptorProvider
classIdentifier
- The class.accessor
- Used to access the bean properties for default
types.