クラスの使用
org.springframework.boot.context.properties.ConfigurationPropertiesBean
ConfigurationPropertiesBean を使用するパッケージ
org.springframework.boot.context.properties 内の ConfigurationPropertiesBean 使用
修飾子と型メソッド説明static ConfigurationPropertiesBean
ConfigurationPropertiesBean.get
(ApplicationContext applicationContext, ObjectSE bean, StringSE beanName) 指定された Bean 詳細の@ConfigurationPropertiesBean
インスタンスを返します。Bean が@ConfigurationProperties
オブジェクトでない場合はnull
を返します。型 ConfigurationPropertiesBean の引数を持つ型を返す org.springframework.boot.context.properties のメソッド修飾子と型メソッド説明static MapSE<StringSE,
ConfigurationPropertiesBean> ConfigurationPropertiesBean.getAll
(ApplicationContext applicationContext) 指定されたアプリケーションコンテキストに含まれるすべての@ConfigurationProperties
Bean を返します。