Uses of Class
org.springframework.aot.context.bootstrap.generator.infrastructure.nativex.NativeConfigurationRegistry
-
Packages that use NativeConfigurationRegistry Package Description org.springframework.aot.context.bootstrap.generator.infrastructure.nativex Support classes for providing native configuration such as reflection hints.org.springframework.nativex.type Provide configuration for native types. -
-
Uses of NativeConfigurationRegistry in org.springframework.aot.context.bootstrap.generator.infrastructure.nativex
Methods in org.springframework.aot.context.bootstrap.generator.infrastructure.nativex with parameters of type NativeConfigurationRegistry Modifier and Type Method Description voidBeanFactoryNativeConfigurationProcessor. process(ConfigurableListableBeanFactory beanFactory, NativeConfigurationRegistry registry)Process the specified bean factory and register the need for native configuration.voidBeanNativeConfigurationProcessor. process(BeanInstanceDescriptor descriptor, NativeConfigurationRegistry registry)Process the specified bean and register the need for native configuration.voidNativeConfigurationRegistrar. processBeanFactory(NativeConfigurationRegistry registry)Process the bean factory against the specifiedNativeConfigurationRegistry.voidNativeConfigurationRegistrar. processBeans(NativeConfigurationRegistry registry, Iterable<BeanInstanceDescriptor> beans)Process thebean instance descriptorsagainst the specifiedNativeConfigurationRegistry. -
Uses of NativeConfigurationRegistry in org.springframework.nativex.type
Methods in org.springframework.nativex.type with parameters of type NativeConfigurationRegistry Modifier and Type Method Description default voidNativeConfiguration. computeHints(NativeConfigurationRegistry registry, AotOptions aotOptions)
-