Class BeanFactoryInvocationHandler

java.lang.Object
org.kuali.rice.kcb.util.BeanFactoryInvocationHandler
All Implemented Interfaces:
InvocationHandler

public class BeanFactoryInvocationHandler extends Object implements InvocationHandler
Maps accessor invocations to beans in a BeanFactory.
Author:
Kuali Rice Team (rice.collab@kuali.org)
  • Constructor Details

    • BeanFactoryInvocationHandler

      public BeanFactoryInvocationHandler(org.springframework.beans.factory.BeanFactory beanFactory)
  • Method Details