クラスの使用
org.springframework.boot.context.properties.ConfigurationPropertiesBean
ConfigurationPropertiesBean を使用するパッケージ
org.springframework.boot.context.properties 内の ConfigurationPropertiesBean 使用
修飾子と型メソッド説明static @Nullable ConfigurationPropertiesBeanConfigurationPropertiesBean.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) 指定されたアプリケーションコンテキストに含まれるすべての@ConfigurationPropertiesBean を返します。