public interface ArooaBeanDescriptor
ArooaDescriptor}| Modifier and Type | Method and Description | 
|---|---|
ArooaAnnotations | 
getAnnotations()
Provide annotation information about methods. 
 | 
java.lang.String | 
getComponentProperty()
The name of the component property. 
 | 
ConfiguredHow | 
getConfiguredHow(java.lang.String property)
How is a property configured. 
 | 
java.lang.String | 
getFlavour(java.lang.String property)
Get the property flavour. 
 | 
ParsingInterceptor | 
getParsingInterceptor()
Get The  
ParsingInterceptor. | 
java.lang.String | 
getTextProperty()
The name of the property which can be set using the text
 of an xml element. 
 | 
boolean | 
isAuto(java.lang.String property)
Indicates that the property should be set automatically
 from the services. 
 | 
ParsingInterceptor getParsingInterceptor()
ParsingInterceptor.java.lang.String getTextProperty()
The actual property name is required because unlike components and values, the property name can not be derrived from an element name.
java.lang.String getComponentProperty()
ConfiguredHow getConfiguredHow(java.lang.String property)
property - The property name.java.lang.String getFlavour(java.lang.String property)
property - The property name.boolean isAuto(java.lang.String property)
property - The property name.ArooaAnnotations getAnnotations()