List of usage examples for org.springframework.beans.factory InitializingBean interface-usage
From source file org.springframework.data.redis.core.RedisAccessor.java
/** * Base class for {@link RedisTemplate} defining common properties. Not intended to be used directly. * * @author Costin Leau */ public class RedisAccessor implements InitializingBean {
From source file nivance.jpa.cassandra.prepare.mapping.CassandraMappingConverterFactoryBean.java
/**
* Convenient factory for configuring a CassandraConverter.
*
* @author Alex Shvid
*/
From source file com.pawelniewiadomski.devs.jira.automat.AutomatListener.java
public class AutomatListener implements InitializingBean, DisposableBean { private final static Logger log = Logger.getLogger(AutomatListener.class); private final EventPublisher eventPublisher; private final EventTypeManager eventTypeManager; private final ApplicationProperties applicationProperties; private final AutomatLicense automatLicense;
From source file it.geosolutions.geostore.init.LDAPInit.java
public class LDAPInit implements InitializingBean { private UserLdapAuthenticationProvider authenticationProvider; public LDAPInit(UserLdapAuthenticationProvider authenticationProvider) { super(); this.authenticationProvider = authenticationProvider;
From source file org.echocat.jomon.spring.i18n.LocaleProvider.java
public class LocaleProvider implements BeanPostProcessor, InitializingBean, FactoryBean<Set<Locale>> { private final Set<Locale> _locales = new HashSet<>(); @Override public Object postProcessBeforeInitialization(Object bean, String beanName) throws BeansException {
From source file org.vbossica.springbox.jmx.PropertyCanonicalNameResolver.java
/**
* Specific {@link CanonicalNameResolver} that loads the mappings from a property file. The configuration is similar to
* the one of the {@link PropertiesLoaderSupport} class, meaning that the {@link PropertiesLoaderSupport#setLocations(org.springframework.core.io.Resource[])}
* should be used to specify the files containing the mappings.<p>
*
* <b>Usage:</b><p>
From source file com.zuoxiaolong.blog.sdk.spring.BlogSdkFactoryBean.java
/**
* ??SDKspring IOC?
*
* @author Xiaolong Zuo
* @since 1.0.0
*/
From source file net.groupbuy.dao.impl.SnDaoImpl.java
/**
* Dao - ??
*
* @author SHOP++ Team
* @version 3.0
*/
From source file org.psikeds.common.services.AbstractSOAPService.java
/** * Base for all SOAP-Services. * * @author marco@juliano.de */ public abstract class AbstractSOAPService extends AbstractBaseService implements InitializingBean {
From source file fr.acxio.tools.agia.alfresco.configuration.PropertyDefinitionFactoryBean.java
/**
* <p>
* Factory of
* {@link fr.acxio.tools.agia.alfresco.configuration.PropertyDefinition
* PropertyDefinition} .
* </p>