Uses of Interface
org.apache.commons.configuration.beanutils.BeanDeclaration
Packages that use BeanDeclaration
-
Uses of BeanDeclaration in org.apache.commons.configuration
Classes in org.apache.commons.configuration that implement BeanDeclarationModifier and TypeClassDescriptionstatic classA specializedBeanDeclarationimplementation that represents the declaration of a configuration source.Methods in org.apache.commons.configuration with parameters of type BeanDeclarationModifier and TypeMethodDescriptionprotected voidDefaultConfigurationBuilder.FileConfigurationProvider.initBeanInstance(Object bean, BeanDeclaration data) Initializes the bean instance. -
Uses of BeanDeclaration in org.apache.commons.configuration.beanutils
Classes in org.apache.commons.configuration.beanutils that implement BeanDeclarationModifier and TypeClassDescriptionclassAn implementation of theBeanDeclarationinterface that is suitable for XML configuration files.Methods in org.apache.commons.configuration.beanutils that return BeanDeclarationModifier and TypeMethodDescriptionprotected BeanDeclarationXMLBeanDeclaration.createBeanDeclaration(ConfigurationNode node) Creates a newBeanDeclarationfor a child node of the current configuration node.Methods in org.apache.commons.configuration.beanutils with parameters of type BeanDeclarationModifier and TypeMethodDescriptionBeanFactory.createBean(Class<?> beanClass, BeanDeclaration data, Object param) Returns a bean instance for the given class.static ObjectBeanHelper.createBean(BeanDeclaration data) Returns a bean instance for the specified declaration.static ObjectBeanHelper.createBean(BeanDeclaration data, Class<?> defaultClass) Returns a bean instance for the specified declaration.static ObjectBeanHelper.createBean(BeanDeclaration data, Class<?> defaultClass, Object param) The main method for creating and initializing beans from a configuration.DefaultBeanFactory.createBean(Class<?> beanClass, BeanDeclaration data, Object parameter) Creates a new bean instance.protected ObjectDefaultBeanFactory.createBeanInstance(Class<?> beanClass, BeanDeclaration data) Creates the bean instance.static voidBeanHelper.initBean(Object bean, BeanDeclaration data) Initializes the passed in bean.protected voidDefaultBeanFactory.initBeanInstance(Object bean, BeanDeclaration data) Initializes the newly created bean instance.static voidBeanHelper.initBeanProperties(Object bean, BeanDeclaration data) Initializes the beans properties.