@Configuration public class AuditConfiguration extends Object implements org.springframework.context.annotation.ImportAware, org.springframework.beans.factory.BeanFactoryAware
| 限定符和类型 | 字段和说明 |
|---|---|
protected AuditConfigurer |
auditConfigurer |
protected org.springframework.beans.factory.support.BeanDefinitionRegistry |
beanDefinitionRegistry |
protected org.springframework.beans.factory.ListableBeanFactory |
beanFactory |
protected org.springframework.core.annotation.AnnotationAttributes |
enableAudit |
| 构造器和说明 |
|---|
AuditConfiguration() |
| 限定符和类型 | 方法和说明 |
|---|---|
AuditAnnotationBeanPostProcessor |
auditAnnotationBeanPostProcessor() |
void |
setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) |
void |
setImportMetadata(org.springframework.core.type.AnnotationMetadata importMetadata) |
protected org.springframework.beans.factory.ListableBeanFactory beanFactory
protected org.springframework.beans.factory.support.BeanDefinitionRegistry beanDefinitionRegistry
protected org.springframework.core.annotation.AnnotationAttributes enableAudit
protected AuditConfigurer auditConfigurer
public void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
setBeanFactory 在接口中 org.springframework.beans.factory.BeanFactoryAwarepublic void setImportMetadata(org.springframework.core.type.AnnotationMetadata importMetadata)
setImportMetadata 在接口中 org.springframework.context.annotation.ImportAware@Bean @Role(value=2) public AuditAnnotationBeanPostProcessor auditAnnotationBeanPostProcessor()
Copyright © 2016. All rights reserved.