com.liferay.portal.spring.annotation
Class BeanReferenceCallback

java.lang.Object
  extended by com.liferay.portal.spring.annotation.BeanReferenceCallback
All Implemented Interfaces:
org.springframework.util.ReflectionUtils.FieldCallback, org.springframework.util.ReflectionUtils.MethodCallback

public class BeanReferenceCallback
extends java.lang.Object
implements org.springframework.util.ReflectionUtils.FieldCallback, org.springframework.util.ReflectionUtils.MethodCallback

View Source

Author:
Michael Young

Constructor Summary
BeanReferenceCallback(org.springframework.beans.factory.BeanFactory beanFactory, org.springframework.beans.factory.annotation.InjectionMetadata injectionMetadata, java.lang.Class<?> clazz)
           
 
Method Summary
 void doWith(java.lang.reflect.Field field)
           
 void doWith(java.lang.reflect.Method method)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanReferenceCallback

public BeanReferenceCallback(org.springframework.beans.factory.BeanFactory beanFactory,
                             org.springframework.beans.factory.annotation.InjectionMetadata injectionMetadata,
                             java.lang.Class<?> clazz)
Method Detail

doWith

public void doWith(java.lang.reflect.Field field)
Specified by:
doWith in interface org.springframework.util.ReflectionUtils.FieldCallback

doWith

public void doWith(java.lang.reflect.Method method)
Specified by:
doWith in interface org.springframework.util.ReflectionUtils.MethodCallback