public class ConfigurationPropertiesBindingPostProcessor extends ObjectSE implements org.springframework.beans.factory.config.BeanPostProcessor, org.springframework.core.PriorityOrdered, org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.InitializingBean
| 修飾子と型 | フィールドと説明 |
|---|---|
static StringSE | BEAN_NAME このポストプロセッサーが登録されている Bean 名。 |
static StringSE | VALIDATOR_BEAN_NAME 使用すべきではありません。 2.2.0 以降、 EnableConfigurationProperties.VALIDATOR_BEAN_NAME を推奨 |
| コンストラクターと説明 |
|---|
ConfigurationPropertiesBindingPostProcessor() 使用すべきではありません。 2.2.0 以降、 @EnableConfigurationProperties または register(BeanDefinitionRegistry) を推奨 |
| 修飾子と型 | メソッドと説明 |
|---|---|
void | afterPropertiesSet() |
int | getOrder() |
ObjectSE | postProcessBeforeInitialization(ObjectSE bean, StringSE beanName) |
static void | register(org.springframework.beans.factory.support.BeanDefinitionRegistry registry)ConfigurationPropertiesBindingPostProcessor Bean がまだ登録されていない場合は登録します。 |
void | setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic static final StringSE BEAN_NAME
@DeprecatedSE public static final StringSE VALIDATOR_BEAN_NAME
EnableConfigurationProperties.VALIDATOR_BEAN_NAME に移行 @DeprecatedSE public ConfigurationPropertiesBindingPostProcessor()
@EnableConfigurationProperties または register(BeanDefinitionRegistry) を 推奨 ConfigurationPropertiesBindingPostProcessor インスタンスを作成します。public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansExceptionorg.springframework.context.ApplicationContextAware 内の setApplicationContext org.springframework.beans.BeansExceptionpublic void afterPropertiesSet()
throws ExceptionSEorg.springframework.beans.factory.InitializingBean 内の afterPropertiesSet ExceptionSEpublic int getOrder()
org.springframework.core.Ordered 内の getOrder public ObjectSE postProcessBeforeInitialization(ObjectSE bean, StringSE beanName) throws org.springframework.beans.BeansException
org.springframework.beans.factory.config.BeanPostProcessor 内の postProcessBeforeInitialization org.springframework.beans.BeansExceptionpublic static void register(org.springframework.beans.factory.support.BeanDefinitionRegistry registry)
ConfigurationPropertiesBindingPostProcessor Bean がまだ登録されていない場合は登録します。registry - Bean 定義レジストリ Copyright © 2019 Pivotal Software, Inc.. All rights reserved.