Class AotMongoRepositoryPostProcessor
java.lang.Object
org.springframework.data.aot.RepositoryRegistrationAotProcessor
org.springframework.data.mongodb.aot.AotMongoRepositoryPostProcessor
- All Implemented Interfaces:
BeanRegistrationAotProcessor
,Aware
,BeanFactoryAware
public class AotMongoRepositoryPostProcessor
extends org.springframework.data.aot.RepositoryRegistrationAotProcessor
- Author:
- Christoph Strobl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
contribute
(org.springframework.data.aot.AotRepositoryContext repositoryContext, GenerationContext generationContext) Methods inherited from class org.springframework.data.aot.RepositoryRegistrationAotProcessor
getBeanFactory, getConfigMap, getLogger, getRepositoryMetadata, logDebug, logTrace, newRepositoryRegistrationAotContribution, processAheadOfTime, setBeanFactory, setConfigMap
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.beans.factory.aot.BeanRegistrationAotProcessor
isBeanExcludedFromAotProcessing
-
Constructor Details
-
AotMongoRepositoryPostProcessor
public AotMongoRepositoryPostProcessor()
-
-
Method Details
-
contribute
protected void contribute(org.springframework.data.aot.AotRepositoryContext repositoryContext, GenerationContext generationContext) - Overrides:
contribute
in classorg.springframework.data.aot.RepositoryRegistrationAotProcessor
-