public class ClassBeanDescriptorProvider extends 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 String |
NAME_EXTENSION |
| Constructor and Description |
|---|
ClassBeanDescriptorProvider() |
| Modifier and Type | Method and Description |
|---|---|
ArooaBeanDescriptor |
getBeanDescriptor(ArooaClass classIdentifier,
PropertyAccessor accessor)
Provide the descriptor.
|
public static final String NAME_EXTENSION
public ArooaBeanDescriptor getBeanDescriptor(ArooaClass classIdentifier, PropertyAccessor accessor)
BeanDescriptorProvidergetBeanDescriptor in interface BeanDescriptorProviderclassIdentifier - The class.accessor - Used to access the bean properties for default
types.Copyright © 2023. All rights reserved.