org.inspektr.common.ioc.validation
Class ValidationAnnotationBeanPostProcessor
java.lang.Object
org.springframework.beans.factory.config.InstantiationAwareBeanPostProcessorAdapter
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
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 |
ValidationAnnotationBeanPostProcessor
public ValidationAnnotationBeanPostProcessor()
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.