Class AotMongoRepositoryPostProcessor

java.lang.Object
org.springframework.data.repository.config.RepositoryRegistrationAotProcessor
org.springframework.data.mongodb.repository.aot.AotMongoRepositoryPostProcessor
All Implemented Interfaces:
BeanRegistrationAotProcessor, Aware, BeanFactoryAware, EnvironmentAware, EnvironmentCapable

public class AotMongoRepositoryPostProcessor extends RepositoryRegistrationAotProcessor
Mongodb-specific RepositoryRegistrationAotProcessor that contributes generated code for repositories.
Since:
4.0
Author:
Christoph Strobl, Mark Paluch