Package tigase.component
Class DSLBeanConfiguratorWithBackwardCompatibility
java.lang.Object
tigase.kernel.beans.config.AbstractBeanConfigurator
tigase.component.DSLBeanConfigurator
tigase.component.DSLBeanConfiguratorWithBackwardCompatibility
- All Implemented Interfaces:
BeanConfigurator
Created by andrzej on 12.08.2016.
-
Nested Class Summary
Nested classes/interfaces inherited from class tigase.kernel.beans.config.AbstractBeanConfigurator
AbstractBeanConfigurator.BeanDefinition
-
Field Summary
Fields inherited from class tigase.kernel.beans.config.AbstractBeanConfigurator
defaultTypesConverter, kernel
Fields inherited from interface tigase.kernel.beans.config.BeanConfigurator
DEFAULT_CONFIGURATOR_NAME
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Method configures passed bean with provided values.getBeanConfigurationProperties
(BeanConfig beanConfig) Methods inherited from class tigase.component.DSLBeanConfigurator
dumpConfiguration, dumpConfiguration, getBeanConfigurationProperties, getBeanDefinitions, getConfigHolder, getConfiguration, getFieldAliasses, getProperties, hasDirectConfiguration, setConfigHolder, setProperties
Methods inherited from class tigase.kernel.beans.config.AbstractBeanConfigurator
configurationChanged, configure, getBeanClassesFromAnnotations, getBeanConfigPath, getDefaultTypesConverter, getKernel, grabCurrentConfig, grabDefaultConfig, isAccessToAllFields, isBeanClassRegisteredInParentKernel, mergeWithBeansPropertyValue, refreshConfiguration, refreshConfiguration_removeUndefinedBeans, refreshConfiguration_updateConfiguration, registerBeans, registerBeansForBeanOfClass, registerBeansForBeanOfClass, registerBeansForBeanOfClassGetBeansToRegister, registerBeansForBeanOfClassShouldRegister, restoreDefaults, setAccessToAllFields, setDefaultTypesConverter, setKernel
-
Constructor Details
-
DSLBeanConfiguratorWithBackwardCompatibility
public DSLBeanConfiguratorWithBackwardCompatibility()
-
-
Method Details
-
configure
Description copied from class:AbstractBeanConfigurator
Method configures passed bean with provided values.- Overrides:
configure
in classAbstractBeanConfigurator
-
getBeanConfigurationProperties
-