クラス ConfigurationPropertiesBindingPostProcessor
java.lang.ObjectSE
org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
- 実装されたすべてのインターフェース:
Aware
、BeanPostProcessor
、InitializingBean
、ApplicationContextAware
、Ordered
、PriorityOrdered
public class ConfigurationPropertiesBindingPostProcessor
extends ObjectSE
implements BeanPostProcessor, PriorityOrdered, ApplicationContextAware, InitializingBean
- 導入:
- 1.0.0
- 作成者:
- Dave Syer, Phillip Webb, Christian Dupuis, Stephane Nicoll, Madhura Bhave
フィールドのサマリー
フィールドインターフェース org.springframework.core.Ordered から継承されたフィールド
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
コンストラクターのサマリー
コンストラクターメソッドのサマリー
修飾子と型メソッド説明void
int
getOrder()
postProcessBeforeInitialization
(ObjectSE bean, StringSE beanName) static void
register
(BeanDefinitionRegistry registry) ConfigurationPropertiesBindingPostProcessor
Bean がまだ登録されていない場合は登録します。void
setApplicationContext
(ApplicationContext applicationContext) クラス java.lang.ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSE
インターフェース org.springframework.beans.factory.config.BeanPostProcessor から継承されたメソッド
postProcessAfterInitialization
フィールドの詳細
BEAN_NAME
このポストプロセッサーが登録されている Bean 名。
コンストラクターの詳細
ConfigurationPropertiesBindingPostProcessor
public ConfigurationPropertiesBindingPostProcessor()
メソッドの詳細
setApplicationContext
- 次で指定:
- インターフェース
ApplicationContextAware
のsetApplicationContext
- 例外:
BeansException
afterPropertiesSet
- 次で指定:
- インターフェース
InitializingBean
のafterPropertiesSet
- 例外:
ExceptionSE
getOrder
public int getOrder()postProcessBeforeInitialization
public ObjectSE postProcessBeforeInitialization(ObjectSE bean, StringSE beanName) throws BeansException - 次で指定:
- インターフェース
BeanPostProcessor
のpostProcessBeforeInitialization
- 例外:
BeansException
register
ConfigurationPropertiesBindingPostProcessor
Bean がまだ登録されていない場合は登録します。- パラメーター:
registry
- Bean 定義レジストリ- 導入:
- 2.2.0