インターフェースの使用
org.springframework.data.aot.AotContext.IntrospectedBeanDefinition
AotContext.IntrospectedBeanDefinition を使用するパッケージ
パッケージ
説明
Ahead of Time コンパイルの実行時に、リフレクション、リソース、java 直列化、プロキシの必要性を登録するためのサポート。
org.springframework.data.aot 内の AotContext.IntrospectedBeanDefinition 使用
修飾子と型メソッド説明AotContext.introspectBeanDefinition(StringSE beanName) 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。AotContext.introspectBeanDefinition(BeanReference reference) 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。4.0 以降では、AotContext.getBeanFactory()を使用して、Bean ファクトリと直接対話します。
AotContext.getBeanFactory()を使用して、Bean ファクトリと直接対話します。