Example usage for org.springframework.beans.factory FactoryBean interface-usage

List of usage examples for org.springframework.beans.factory FactoryBean interface-usage

Introduction

In this page you can find the example usage for org.springframework.beans.factory FactoryBean interface-usage.

Usage

From source file com.googlecode.spring.appengine.api.factory.DatastoreServiceFactoryBean.java

/**
 * {@link FactoryBean} that creates a {@link DatastoreService}.
 * 
 * <p>Example configuration:
 * 
 * <pre class="code">

From source file com.springcryptoutils.core.keystore.Base64EncodedKeyStoreFactoryBean.java

/**
 * A spring bean factory for instancing KeyStore objects from a base64 encoded
 * keystore file.
 *
 * @author Mirko Caserta (mirko.caserta@gmail.com)
 */

From source file org.constretto.spring.ConstrettoSingletonFactoryBean.java

/**
 * A factory bean used to instantiate spring beans depending on the environment you are running in. This factory bean
 * use the {@link org.constretto.spring.resolver.AssemblyContextResolver} to lookup the running environment. the value of this property is used to
 * lookup in the map of beans.
 * <p/>
 * <h2>Usage :</h2>

From source file com.newlandframework.rpc.spring.NettyRpcReference.java

/**
 * @author tangjie<https://github.com/tang-jie>
 * @filename:NettyRpcReference.java
 * @description:NettyRpcReference?
 * @blogs http://www.cnblogs.com/jietang/
 * @since 2016/10/7

From source file com.ushahidi.swiftriver.core.dropqueue.support.CredentialFactoryBean.java

/**
 * @author bmuita
 * 
 */
public class CredentialFactoryBean implements FactoryBean<Credential> {

From source file de.uniwue.dmir.heatmap.util.beans.MapFactoryBean.java

public class MapFactoryBean implements FactoryBean<Map<String, String>> {

    @Autowired
    private MappingsMyBatisMapper mappingsMyBatisMapper;

    private String mapIdentifier;

From source file org.glimpse.server.hibernate.ConfigurationPropertiesFactoryBean.java

public class ConfigurationPropertiesFactoryBean implements FactoryBean<Properties>, InitializingBean {

    private GlimpseManager glimpseManager;
    private String fileName;

    private Properties properties;

From source file test.org.geoserver.security.iride.util.factory.http.HttpClientFactoryBean.java

/**
 * <a href="http://hc.apache.org/httpclient-legacy/index.html"><code>HttpClient</code></a> <em>test stub</em>Factory
 * that provides <a href="http://hc.apache.org/httpclient-legacy/index.html"><code>HttpClient</code></a> as a <code>Spring</code> bean reference.
 *
 * @author "Simone Cornacchia - seancrow76@gmail.com, simone.cornacchia@consulenti.csi.it (CSI:71740)"
 */

From source file org.geoserver.security.iride.util.factory.httpclient.HttpClientFactoryBean.java

/**
 * <a href="http://hc.apache.org/httpclient-legacy/index.html"><code>HttpClient</code></a> Factory
 * that provides <a href="http://hc.apache.org/httpclient-legacy/index.html"><code>HttpClient</code></a> as a <code>Spring</code> bean reference.
 *
 * @author "Simone Cornacchia - seancrow76@gmail.com, simone.cornacchia@consulenti.csi.it (CSI:71740)"
 */

From source file com.googlecode.spring.appengine.api.factory.AsyncDatastoreServiceFactoryBean.java

/**
 * {@link FactoryBean} that creates an {@link AsyncDatastoreService}.
 * 
 * <p>Example configuration:
 * 
 * <pre class="code">