org.zeroexchange.common
Class ConfigurableTypedBeansRegistry

java.lang.Object
  extended by org.zeroexchange.common.AbstractBeansRegistry<T>
      extended by org.zeroexchange.common.TypedBeansRegistry<Object>
          extended by org.zeroexchange.common.ConfigurableTypedBeansRegistry
All Implemented Interfaces:
org.springframework.beans.factory.config.BeanPostProcessor, org.springframework.beans.factory.InitializingBean, BeansRegistry<Object>

public class ConfigurableTypedBeansRegistry
extends TypedBeansRegistry<Object>

Author:
black

Constructor Summary
ConfigurableTypedBeansRegistry()
           
 
Method Summary
protected  Class<?> getBeanClass()
           
 void setBeanClass(Class<?> beanClass)
           
 
Methods inherited from class org.zeroexchange.common.TypedBeansRegistry
afterPropertiesSet, isElected
 
Methods inherited from class org.zeroexchange.common.AbstractBeansRegistry
createBeansCollection, getBeans, postProcessAfterInitialization, postProcessBeforeInitialization
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurableTypedBeansRegistry

public ConfigurableTypedBeansRegistry()
Method Detail

setBeanClass

public void setBeanClass(Class<?> beanClass)

getBeanClass

protected Class<?> getBeanClass()
Specified by:
getBeanClass in class TypedBeansRegistry<Object>


Copyright © 2013. All Rights Reserved.