Uses of Interface
org.springframework.data.aot.AotContext.AotContextBuilder
Packages that use AotContext.AotContextBuilder
Package
Description
Support for registering the need for reflection, resources, java serialization and proxies at runtime for Ahead of
Time compilation.
-
Uses of AotContext.AotContextBuilder in org.springframework.data.aot
Methods in org.springframework.data.aot that return AotContext.AotContextBuilderModifier and TypeMethodDescriptionAotContext.AotContextBuilder.beanFactory(BeanFactory beanFactory) Configure theBeanFactoryto use.static AotContext.AotContextBuilderAotContext.builder()Create aAotContextbuilder.AotContext.AotContextBuilder.customizeTypeCollector(Consumer<TypeCollector> typeCollectorConsumer) Provide a consumer to customizeTypeCollector.AotContext.AotContextBuilder.environment(Environment environment) Configure theEnvironmentto use.