public abstract class AbstractAnnotationSeekingBeanFactoryPostProcessor extends Object implements org.springframework.beans.factory.config.BeanFactoryPostProcessor
| Constructor and Description |
|---|
AbstractAnnotationSeekingBeanFactoryPostProcessor() |
| Modifier and Type | Method and Description |
|---|---|
Class[] |
getAnnotatedClasses() |
Class[] |
getAnnotatedClasses(String sessionSourceKey) |
abstract Class<? extends ManagedDao>[] |
getDaoImplementations() |
abstract Class<? extends Annotation>[] |
getTargetAnnotations() |
void |
postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory configurableListableBeanFactory) |
public AbstractAnnotationSeekingBeanFactoryPostProcessor()
public abstract Class<? extends ManagedDao>[] getDaoImplementations()
public abstract Class<? extends Annotation>[] getTargetAnnotations()
public Class[] getAnnotatedClasses()
public void postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory configurableListableBeanFactory)
throws org.springframework.beans.BeansException
postProcessBeanFactory in interface org.springframework.beans.factory.config.BeanFactoryPostProcessororg.springframework.beans.BeansExceptionCopyright © 2020. All rights reserved.