クラス BeanDefinitionUtils

java.lang.ObjectSE
org.springframework.batch.core.configuration.xml.BeanDefinitionUtils

public class BeanDefinitionUtils extends ObjectSE
導入:
2.0.1
作成者:
Dan Garrette
  • コンストラクターの詳細

    • BeanDefinitionUtils

      public BeanDefinitionUtils()
  • メソッドの詳細

    • getPropertyValue

      public static org.springframework.beans.PropertyValue getPropertyValue(StringSE beanName, StringSE propertyName, org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
      パラメーター:
      beanName - Bean 定義名
      propertyName - プロパティの名前
      beanFactory - BeanFactory
      戻り値:
      Bean のプロパティの PropertyValue。必要に応じて親階層を検索します。何も見つからない場合は null を返します。
    • getAttribute

      public static ObjectSE getAttribute(StringSE beanName, StringSE attributeName, org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
      パラメーター:
      beanName - Bean 定義名
      attributeName - プロパティの名前
      beanFactory - BeanFactory
      戻り値:
      Bean の属性の値。必要に応じて親階層を検索します。何も見つからない場合は null を返します。