Uses of Interface
org.springframework.data.aot.AotContext.IntrospectedBeanDefinition
Packages that use AotContext.IntrospectedBeanDefinition
Package
Description
Support for registering the need for reflection, resources, java serialization and proxies at runtime for Ahead of
Time compilation.
-
Uses of AotContext.IntrospectedBeanDefinition in org.springframework.data.aot
Methods in org.springframework.data.aot that return AotContext.IntrospectedBeanDefinitionModifier and TypeMethodDescriptionAotContext.introspectBeanDefinition
(String beanName) Deprecated, for removal: This API element is subject to removal in a future version.AotContext.introspectBeanDefinition
(BeanReference reference) Deprecated, for removal: This API element is subject to removal in a future version.since 4.0, useAotContext.getBeanFactory()
and interact with the bean factory directly.
AotContext.getBeanFactory()
and interact with the bean factory directly.