public interface ConfigurationUtils| 修飾子と型 | メソッドと説明 |
|---|---|
static StringSE | getRequiredBeanClassName(BeanDefinition beanDefinition) 指定された BeanDefinition の Bean クラス名を返します。 |
static ClassLoaderSE | getRequiredClassLoader(ResourceLoader resourceLoader) 指定された ResourceLoader によって使用される ClassLoaderSE を返します。 |
static ClassLoaderSE | getRequiredClassLoader(XmlReaderContext context) 指定された XmlReaderContext によって使用される ClassLoaderSE を返します。 |
static ResourceLoader | getRequiredResourceLoader(XmlReaderContext context) 指定された XmlReaderContext から ResourceLoader を返します。 |
static ResourceLoader getRequiredResourceLoader(XmlReaderContext context)
XmlReaderContext から ResourceLoader を返します。context - null であってはなりません。IllegalArgumentExceptionSE - XmlReaderContext から ResourceLoader を取得できない場合。static ClassLoaderSE getRequiredClassLoader(XmlReaderContext context)
XmlReaderContext によって使用される ClassLoaderSE を返します。context - null であってはなりません。IllegalArgumentExceptionSE - 指定された XmlReaderContext から ClassLoaderSE を取得できない場合。static ClassLoaderSE getRequiredClassLoader(ResourceLoader resourceLoader)
ResourceLoader によって使用される ClassLoaderSE を返します。resourceLoader - null であってはなりません。IllegalArgumentExceptionSE - 指定された ResourceLoader が ClassLoaderSE を公開しない場合。static StringSE getRequiredBeanClassName(BeanDefinition beanDefinition)
BeanDefinition の Bean クラス名を返します。beanDefinition - null であってはなりません。IllegalArgumentExceptionSE - 指定された BeanDefinition に Bean クラス名が含まれていない場合。Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.