org.skyscreamer.yoga.demo.test
Class MapBeanConext

java.lang.Object
  extended by org.skyscreamer.yoga.demo.test.MapBeanConext
All Implemented Interfaces:
BeanContext

public class MapBeanConext
extends Object
implements BeanContext


Constructor Summary
MapBeanConext()
           
 
Method Summary
<T> T
getBean(Class<T> type)
           
<T> void
register(Class<T> type, T o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapBeanConext

public MapBeanConext()
Method Detail

register

public <T> void register(Class<T> type,
                         T o)

getBean

public <T> T getBean(Class<T> type)
Specified by:
getBean in interface BeanContext


Copyright © 2013. All Rights Reserved.