Class AotMongoRepositoryPostProcessor

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

public class AotMongoRepositoryPostProcessor extends org.springframework.data.repository.config.RepositoryRegistrationAotProcessor
Author:
Christoph Strobl
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    contribute(org.springframework.data.repository.config.AotRepositoryContext repositoryContext, org.springframework.aot.generate.GenerationContext generationContext)
     
    protected void
    contributeType(Class<?> type, org.springframework.aot.generate.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(org.springframework.data.repository.config.AotRepositoryContext repositoryContext, org.springframework.aot.generate.GenerationContext generationContext)
      Overrides:
      contribute in class org.springframework.data.repository.config.RepositoryRegistrationAotProcessor
    • contributeType

      protected void contributeType(Class<?> type, org.springframework.aot.generate.GenerationContext generationContext)
      Overrides:
      contributeType in class org.springframework.data.repository.config.RepositoryRegistrationAotProcessor