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) 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.