Class AotMongoRepositoryPostProcessor
java.lang.Object
org.springframework.data.repository.config.RepositoryRegistrationAotProcessor
org.springframework.data.mongodb.repository.aot.AotMongoRepositoryPostProcessor
- All Implemented Interfaces:
BeanRegistrationAotProcessor
,Aware
,BeanFactoryAware
- Author:
- Christoph Strobl
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
contribute
(AotRepositoryContext repositoryContext, GenerationContext generationContext) protected void
contributeType
(Class<?> type, GenerationContext generationContext) Methods inherited from class org.springframework.data.repository.config.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(AotRepositoryContext repositoryContext, GenerationContext generationContext) - Overrides:
contribute
in classRepositoryRegistrationAotProcessor
-
contributeType
- Overrides:
contributeType
in classRepositoryRegistrationAotProcessor
-