Class ManagedTypesBeanRegistrationAotProcessor

java.lang.Object
org.springframework.data.aot.ManagedTypesBeanRegistrationAotProcessor
All Implemented Interfaces:
BeanRegistrationAotProcessor

public class ManagedTypesBeanRegistrationAotProcessor extends Object implements BeanRegistrationAotProcessor
BeanRegistrationAotProcessor handling module ManagedTypes instances. This AOT processor allows store specific handling of discovered types to be registered.
Since:
3.0
Author:
Christoph Strobl, John Blum