@ComponentScan(value="cn.k7g.alloy.ioc") public class AlloyAutoConfigurationInit extends Object implements org.springframework.context.annotation.ImportAware
| 限定符和类型 | 字段和说明 |
|---|---|
protected org.springframework.core.annotation.AnnotationAttributes |
enableAlloy |
| 构造器和说明 |
|---|
AlloyAutoConfigurationInit() |
| 限定符和类型 | 方法和说明 |
|---|---|
org.springframework.beans.factory.config.BeanPostProcessor |
enhanceAlloyConversionServiceProcess() |
protected Class<?> |
getAnnotationClass() |
protected org.springframework.core.annotation.AnnotationAttributes |
getAttributes(org.springframework.core.type.AnnotationMetadata metadata) |
MoldConfig |
moldConfig() |
MoldService |
moldService() |
void |
setImportMetadata(org.springframework.core.type.AnnotationMetadata importMetadata) |
WebExceptionResponseHandler |
webExceptionResponseHandler() |
@Nullable protected org.springframework.core.annotation.AnnotationAttributes enableAlloy
@Bean @Role(value=2) public org.springframework.beans.factory.config.BeanPostProcessor enhanceAlloyConversionServiceProcess()
@Bean @ConditionalOnMissingBean(value=WebExceptionResponseHandler.class) public WebExceptionResponseHandler webExceptionResponseHandler()
@Bean @ConditionalOnMissingBean(value=MoldService.class, name="moldService") public MoldService moldService()
@Bean @ConfigurationProperties(prefix="alloy.mold") public MoldConfig moldConfig()
protected org.springframework.core.annotation.AnnotationAttributes getAttributes(org.springframework.core.type.AnnotationMetadata metadata)
protected Class<?> getAnnotationClass()
public void setImportMetadata(org.springframework.core.type.AnnotationMetadata importMetadata)
setImportMetadata 在接口中 org.springframework.context.annotation.ImportAwareCopyright © 2024. All rights reserved.