org.inspektr.common.ioc.validation
Class ValidationAnnotationBeanPostProcessor

java.lang.Object
  extended by org.springframework.beans.factory.config.InstantiationAwareBeanPostProcessorAdapter
      extended by org.inspektr.common.ioc.validation.ValidationAnnotationBeanPostProcessor
All Implemented Interfaces:
org.springframework.beans.factory.config.BeanPostProcessor, org.springframework.beans.factory.config.InstantiationAwareBeanPostProcessor, org.springframework.beans.factory.config.SmartInstantiationAwareBeanPostProcessor

public final class ValidationAnnotationBeanPostProcessor
extends org.springframework.beans.factory.config.InstantiationAwareBeanPostProcessorAdapter

BeanPostProcessor to assist in retrieving fields to check for annotations.

Since:
1.0
Version:
$Revision: 1.5 $ $Date: 2007/04/13 20:01:22 $
Author:
Scott Battaglia

Constructor Summary
ValidationAnnotationBeanPostProcessor()
           
 
Method Summary
 Object postProcessBeforeInitialization(Object bean, String beanName)
           
 
Methods inherited from class org.springframework.beans.factory.config.InstantiationAwareBeanPostProcessorAdapter
determineCandidateConstructors, getEarlyBeanReference, postProcessAfterInitialization, postProcessAfterInstantiation, postProcessBeforeInstantiation, postProcessPropertyValues, predictBeanType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValidationAnnotationBeanPostProcessor

public ValidationAnnotationBeanPostProcessor()
Method Detail

postProcessBeforeInitialization

public final Object postProcessBeforeInitialization(Object bean,
                                                    String beanName)
                                             throws org.springframework.beans.BeansException
Specified by:
postProcessBeforeInitialization in interface org.springframework.beans.factory.config.BeanPostProcessor
Overrides:
postProcessBeforeInitialization in class org.springframework.beans.factory.config.InstantiationAwareBeanPostProcessorAdapter
Throws:
org.springframework.beans.BeansException


Copyright © 2007-2012. All Rights Reserved.