Class InstantiatorFactoryBean

java.lang.Object
org.springframework.data.gemfire.serialization.InstantiatorFactoryBean
All Implemented Interfaces:
Aware, BeanClassLoaderAware, FactoryBean<Collection<Instantiator>>, InitializingBean

public class InstantiatorFactoryBean extends Object implements BeanClassLoaderAware, FactoryBean<Collection<Instantiator>>, InitializingBean
FactoryBean that eases registration of custom Instantiator through InstantiatorGenerators, inside the Spring container. By default, the returns Instantiators (created through AsmInstantiatorGenerator if a custom generator is not specified) are registered at startup with GemFire.
Author:
Costin Leau