インターフェースの使用
org.springframework.beans.factory.BeanClassLoaderAware
BeanClassLoaderAware を使用するパッケージ
パッケージ
説明
AspectJ 5 @Annotated クラスを Spring AOP で使用できるようにするクラス。
AspectJ に基づく自動プロキシを有効にする基本クラス。
AOP アライアンスインターフェースに準拠した Spring の基本的な AOP インフラストラクチャを含むパッケージ。
ApplicationContexts で使用する Bean ポストプロセッサー。ProxyFactoryBean を使用せずに AOP プロキシを自動的に作成することにより、AOP の使用を簡素化します。
アノテーション駆動型 Bean 構成のサポートパッケージ。
Bean ファクトリの SPI インターフェースおよび構成関連の便利なクラス。
Java
ServiceLoaderSE 機能のサポートパッケージ。java.util.concurrent ベースのキャッシュの実装パッケージ。 宣言的キャッシング境界設定のための AOP ベースのソリューション。
JSR-107(javax.cache、別名 "JCache" )ベースのキャッシュの実装パッケージ。
JSR-250「共通」アノテーション、コンポーネントスキャン、Spring 管理オブジェクトを作成するための Java ベースのメタデータなど、アプリケーションコンテキストのアノテーションサポート。
標準コンテキストイベントなどのアプリケーションイベントのサポートクラス。
ApplicationContext 実装および MessageSource 実装の抽象基本クラスなど、org.springframework.context パッケージをサポートするクラス。
Spring の
LoadTimeWeaver 抽象化に基づいた、Spring アプリケーションコンテキストのロード時ウィービングサポート。DAO のアノテーションサポート。
JSON を処理するための HttpMessageConverter 実装を提供します。
Spring JDBC 構成名前空間を定義します。
Java オブジェクトと JMS メッセージ間で変換する MessageConverter 抽象化を提供します。
リモート MBean リソースへのアクセスをサポートします。
このパッケージは、JMX MBean としての Spring 管理 Bean の宣言的な作成と登録を提供します。
MBean エクスポージャーのアノテーション。
MBeanInfo アセンブリの戦略を提供します。
ローカルおよびリモート
MBeanServer に接続し、MBeanServer をリモートクライアントに公開するためのサポートクラスが含まれています。 このパッケージのクラスを使用すると、JNDI が使いやすくなり、JNDI に格納されている構成へのアクセスが容易になり、JNDI アクセスクラスに便利なスーパークラスが提供されます。
JPA(Java Persistence API)と Spring コンセプトの統合を提供するパッケージ。
JAXB と Spring の O/X マッピングサポートの統合を提供するパッケージ。
XStream と Spring の O/X マッピングサポートの統合を提供するパッケージ。
非同期メソッド実行のアノテーションサポート。
オープンソーススケジューラ Quartz のサポートクラス。Quartz スケジューラ、JobDetails、トリガーを Spring コンテキストの Bean として設定できます。
スケジューリングの汎用サポートクラス。
BeanShell (および BeanShell2)を Spring のスクリプトインフラストラクチャに統合するパッケージ。
Groovy を Spring のスクリプトインフラストラクチャに統合するパッケージ。
Spring のスクリプトパッケージのサポートクラス。
宣言的なトランザクション区分のための AOP ベースのソリューション。
org.springframework.ui.context パッケージをサポートするクラス。
JSR-303 Bean 検証プロバイダー(Hibernate Validator など)を Spring ApplicationContext に、特に Spring のデータバインディングおよび検証 API と統合するためのサポートクラス。
org.springframework.aop.aspectj.annotation 内の BeanClassLoaderAware 使用
修飾子と型クラス説明class現在のアプリケーションコンテキストのすべての AspectJ アノテーションアスペクトと Spring アドバイザーを処理するAspectJAwareAdvisorAutoProxyCreatorサブクラス。org.springframework.aop.aspectj.autoproxy 内の BeanClassLoaderAware 使用
修飾子と型クラス説明classAspectJ の呼び出しコンテキストを公開し、複数のアドバイスが同じアスペクトから来る場合のアドバイスの優先順位に関する AspectJ のルールを理解するAbstractAdvisorAutoProxyCreatorサブクラス。org.springframework.aop.framework 内の BeanClassLoaderAware 使用
BeanClassLoaderAware を実装している org.springframework.aop.framework のクラス修飾子と型クラス説明classSpring AOPAdvisorを特定の Bean に適用するBeanPostProcessor実装の基本クラス。classシングルトンスコープのプロキシオブジェクトを生成するFactoryBean型の便利なスーパークラス。classSpringBeanFactoryの Bean に基づいて AOP プロキシを構築するFactoryBean実装。classプロキシプロセッサー、特に ClassLoader 管理およびProxyProcessorSupport.evaluateProxyInterfaces(java.lang.Class<?>, org.springframework.aop.framework.ProxyFactory)アルゴリズムの共通機能を備えた基本クラス。org.springframework.aop.framework.autoproxy 内の BeanClassLoaderAware 使用
修飾子と型クラス説明classBean ごとに検出されたアドバイザに基づいて特定の Bean の AOP プロキシを構築する汎用自動プロキシクリエーター。class適格な各 Bean を AOP プロキシでラップし、Bean 自体を呼び出す前に指定されたインターセプターに委譲するBeanPostProcessor実装。classBeanFactoryAwareを実装するAbstractAutoProxyCreatorの拡張は、プロキシ化された各 Bean(AutoProxyUtils.ORIGINAL_TARGET_CLASS_ATTRIBUTE)の元のターゲットクラスのエクスポージャーを追加し、特定の Bean(AutoProxyUtils.PRESERVE_TARGET_CLASS_ATTRIBUTE)の外部で適用されるターゲットクラスモードに参加します。class名前のリストを介してプロキシする Bean を識別する自動プロキシ作成者。class現在のBeanFactoryのすべての候補Advisorに基づいて AOP プロキシを作成するBeanPostProcessor実装。classインフラストラクチャアドバイザー Bean のみを考慮し、アプリケーション定義のアドバイザーを無視する自動プロキシ作成者。org.springframework.beans.factory.annotation 内の BeanClassLoaderAware 使用
org.springframework.beans.factory.config 内の BeanClassLoaderAware 使用
修飾子と型クラス説明classフラグに応じて、シングルトンオブジェクトまたはプロトタイプオブジェクトを作成するFactoryBean実装の単純なテンプレートスーパークラス。classclass静的または非静的フィールド値を取得するFactoryBean。class共有リストインスタンスの単純なファクトリ。class共有 Map インスタンスの単純なファクトリ。class単純なメソッド呼び出し Bean: (MethodInvokingFactoryBeanとは対照的に)結果がコンテナーに公開されることを期待せずに、ターゲットメソッドを呼び出すだけです。class静的メソッドまたはインスタンスメソッドの呼び出しの結果である値を返すFactoryBean。classclassclass共有 Set インスタンスの単純なファクトリ。org.springframework.beans.factory.serviceloader 内の BeanClassLoaderAware 使用
修飾子と型クラス説明classJDK 1.6ServiceLoaderSE ファシリティで動作する FactoryBeans の抽象基本クラス。classJDK 1.6ServiceLoaderSE 機能を通じて取得した、構成済みのサービスクラスの「プライマリ」サービスを公開するFactoryBean。classJDK 1.6ServiceLoaderSE 機能を通じて取得された、サービスオブジェクトのリストとして表される、構成されたサービスクラスのすべてのサービスを公開するFactoryBean。class構成されたサービスクラスの JDK 1.6ServiceLoaderSE を公開するFactoryBean。org.springframework.cache.concurrent 内の BeanClassLoaderAware 使用
BeanClassLoaderAware を実装している org.springframework.cache.concurrent のクラス修飾子と型クラス説明classConcurrentMapCacheManager.getCache(java.lang.String)リクエストごとにConcurrentMapCacheインスタンスを遅延ビルドするCacheManager実装。org.springframework.cache.interceptor 内の BeanClassLoaderAware 使用
org.springframework.cache.jcache 内の BeanClassLoaderAware 使用
BeanClassLoaderAware を実装している org.springframework.cache.jcache のクラス修飾子と型クラス説明classJCachejavax.cache.CacheManagerのFactoryBean。標準の JCachejavax.cache.Cachingクラスを使用して、事前定義されたCacheManagerを名前で取得します。org.springframework.context.annotation 内の BeanClassLoaderAware 使用
修飾子と型クラス説明class@Configurationクラスのブートストラップ処理に使用されるBeanFactoryPostProcessor。classLoadTimeWeaverBean を登録する@Configurationクラス。org.springframework.context.event 内の BeanClassLoaderAware 使用
BeanClassLoaderAware を実装している org.springframework.context.event のクラス修飾子と型クラス説明classApplicationEventMulticasterインターフェースの抽象的な実装。基本的なリスナー登録機能を提供します。classApplicationEventMulticasterインターフェースの単純な実装。org.springframework.context.support 内の BeanClassLoaderAware 使用
BeanClassLoaderAware を実装している org.springframework.context.support のクラスorg.springframework.context.weaving 内の BeanClassLoaderAware 使用
BeanClassLoaderAware を実装している org.springframework.context.weaving のクラス修飾子と型クラス説明classAspectJ のClassPreProcessorAgentAdapterを Spring アプリケーションコンテキストのデフォルトLoadTimeWeaverに登録するポストプロセッサー。classアプリケーションコンテキストで使用するためのデフォルトLoadTimeWeaverBean。自動検出された内部LoadTimeWeaverを装飾します。org.springframework.dao.annotation 内の BeanClassLoaderAware 使用
BeanClassLoaderAware を実装している org.springframework.dao.annotation のクラス修飾子と型クラス説明classSpring の @Repositoryアノテーションでマークされた Bean に永続性例外変換を自動的に適用し、対応するPersistenceExceptionTranslationAdvisorを公開されたプロキシ(既存の AOP プロキシまたはターゲットのすべてのインターフェースを実装する新しく生成されたプロキシ)に追加する Bean ポストプロセッサー。org.springframework.http.converter.json 内の BeanClassLoaderAware 使用
修飾子と型クラス説明classsetter を使用して Jackson 2.xObjectMapper(デフォルト)またはXmlMapper(createXmlMapperプロパティを true に設定)を作成するためのFactoryBeanは、XML 構成内から Jackson 機能を有効または無効にします。org.springframework.jdbc.config 内の BeanClassLoaderAware 使用
BeanClassLoaderAware を実装している org.springframework.jdbc.config のクラスorg.springframework.jms.support.converter 内の BeanClassLoaderAware 使用
org.springframework.jmx.access 内の BeanClassLoaderAware 使用
BeanClassLoaderAware を実装している org.springframework.jmx.access のクラス修飾子と型クラス説明class指定されたMBeanServerConnectionで実行されている MBean に呼び出しをルーティングするMethodInterceptor。classローカルまたはリモートで実行されている管理対象リソースへのプロキシを作成します。org.springframework.jmx.export 内の BeanClassLoaderAware 使用
BeanClassLoaderAware を実装している org.springframework.jmx.export のクラス修飾子と型クラス説明classSpring 管理の Bean を JMXMBeanServerSE に公開できる JMX エクスポーター。Bean クラスで JMX 固有の情報を定義する必要はありません。org.springframework.jmx.export.annotation 内の BeanClassLoaderAware 使用
修飾子と型クラス説明classSpring の標準MBeanExporterの便利なサブクラスであり、Spring Bean の JMX エクスポージャーのアノテーション使用をアクティブ化します:ManagedResource、ManagedAttribute、ManagedOperationなど。org.springframework.jmx.export.assembler 内の BeanClassLoaderAware 使用
修飾子と型クラス説明classBean の管理インターフェースを任意のインターフェースを使用して定義できるようにするAbstractReflectiveMBeanInfoAssemblerのサブクラス。org.springframework.jmx.support 内の BeanClassLoaderAware 使用
BeanClassLoaderAware を実装している org.springframework.jmx.support のクラス修飾子と型クラス説明classorg.springframework.jndi 内の BeanClassLoaderAware 使用
BeanClassLoaderAware を実装している org.springframework.jndi のクラスorg.springframework.orm.jpa 内の BeanClassLoaderAware 使用
BeanClassLoaderAware を実装している org.springframework.orm.jpa のクラス修飾子と型クラス説明classSpring アプリケーションコンテキスト内にローカル JPAEntityManagerFactoryEE インスタンスを作成する抽象FactoryBean。classJPA の標準コンテナーブートストラップ契約に従って JPAEntityManagerFactoryEE を作成するFactoryBean。classJPA の標準的なスタンドアロンブートストラップ契約に従って JPAEntityManagerFactoryEE を作成するFactoryBean。org.springframework.oxm.jaxb 内の BeanClassLoaderAware 使用
BeanClassLoaderAware を実装している org.springframework.oxm.jaxb のクラスorg.springframework.oxm.xstream 内の BeanClassLoaderAware 使用
BeanClassLoaderAware を実装している org.springframework.oxm.xstream のクラスorg.springframework.scheduling.annotation 内の BeanClassLoaderAware 使用
修飾子と型クラス説明class対応するAsyncAnnotationAdvisorを公開されたプロキシ(既存の AOP プロキシまたはすべてのターゲットのインターフェースを実装する新しく生成されたプロキシ)に追加することにより、クラスまたはメソッドレベルでAsyncアノテーションを保持する Bean に非同期呼び出し動作を自動的に適用する Bean ポストプロセッサー)。org.springframework.scheduling.quartz 内の BeanClassLoaderAware 使用
org.springframework.scheduling.support 内の BeanClassLoaderAware 使用
org.springframework.scripting.bsh 内の BeanClassLoaderAware 使用
BeanClassLoaderAware を実装している org.springframework.scripting.bsh のクラス修飾子と型クラス説明classSpring のScriptEvaluator戦略インターフェースの BeanShell ベースの実装。classBeanShell スクリプトのScriptFactory実装。org.springframework.scripting.groovy 内の BeanClassLoaderAware 使用
BeanClassLoaderAware を実装している org.springframework.scripting.groovy のクラス修飾子と型クラス説明classSpring のScriptEvaluator戦略インターフェースの Groovy ベースの実装。classGroovy スクリプトのScriptFactory実装。org.springframework.scripting.support 内の BeanClassLoaderAware 使用
修飾子と型クラス説明classScriptFactory定義を処理するBeanPostProcessor。各ファクトリを、それによって生成された実際のスクリプト Java オブジェクトで置き換えます。classjavax.script(JSR-223)ベースの Spring のScriptEvaluator戦略インターフェースの実装。classJSR-223 スクリプトエンジン抽象化に基づくScriptFactory実装(Java に含まれている)。org.springframework.transaction.interceptor 内の BeanClassLoaderAware 使用
修飾子と型クラス説明classMapSE のメソッドごとに属性を保存できる単純なTransactionAttributeSource実装。classプロキシファクトリ Bean により、宣言型トランザクションの処理が簡素化されます。org.springframework.ui.context.support 内の BeanClassLoaderAware 使用
org.springframework.validation.beanvalidation 内の BeanClassLoaderAware 使用