Uses of Interface
org.springframework.data.aot.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
Modifier and TypeMethodDescriptionAotContext.introspectBeanDefinition
(String beanName) Returns aAotContext.IntrospectedBeanDefinition
to obtain further detail about the underlying bean definition.AotContext.introspectBeanDefinition
(BeanReference reference) Returns aAotContext.IntrospectedBeanDefinition
to obtain further detail about the underlying bean definition.