Uses of Interface
org.omnaest.utils.beans.autowired.AutowiredPropertyContainer

Packages that use AutowiredPropertyContainer
org.omnaest.utils.beans.autowired   
 

Uses of AutowiredPropertyContainer in org.omnaest.utils.beans.autowired
 

Classes in org.omnaest.utils.beans.autowired that implement AutowiredPropertyContainer
 class TypeToAutowiredPropertyContainerAdapter<B>
          Adapter to create a Map view on an underlying Java Bean object.
 

Methods in org.omnaest.utils.beans.autowired that return AutowiredPropertyContainer
static
<B> AutowiredPropertyContainer
TypeToAutowiredPropertyContainerAdapter.newInstance(B bean)
          Factory method to create a Map view on a given Java Bean object.
 AutowiredPropertyContainer TypeToAutowiredPropertyContainerAdapter.put(String propertyname, Object value)
           
 AutowiredPropertyContainer AutowiredPropertyContainer.put(String propertyname, Object object)
          Adds an Object to the AutowiredPropertyContainer.
 



Copyright © 2013. All Rights Reserved.