Interface AotContext.IntrospectedBeanDefinition

Enclosing interface:
AotContext

@Deprecated(since="4.0", forRemoval=true) public static interface AotContext.IntrospectedBeanDefinition
Deprecated, for removal: This API element is subject to removal in a future version.
since 4.0 as this isn't widely used and can be easily implemented within user code.
Interface defining introspection methods for bean definitions.
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
    Gets the BeanDefinition for the given, required named bean.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Gets the RootBeanDefinition for the given, required bean name.
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
    Determines whether a bean identified by the given, required name is a FactoryBean.
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
    Determines whether a bean definition identified by the given, required name is present.
    @Nullable Class<?>
    Deprecated, for removal: This API element is subject to removal in a future version.
    Resolves the bean's defined type.