Class ArangoRepositoriesAutoConfigureRegistrar

java.lang.Object
org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
com.arangodb.springframework.boot.autoconfigure.ArangoRepositoriesAutoConfigureRegistrar
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.context.annotation.ImportBeanDefinitionRegistrar, org.springframework.context.EnvironmentAware, org.springframework.context.ResourceLoaderAware

public class ArangoRepositoriesAutoConfigureRegistrar extends org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
Author:
Mark Vollmary
  • Constructor Details

    • ArangoRepositoriesAutoConfigureRegistrar

      public ArangoRepositoriesAutoConfigureRegistrar()
  • Method Details

    • getAnnotation

      protected Class<? extends Annotation> getAnnotation()
      Specified by:
      getAnnotation in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
    • getConfiguration

      protected Class<?> getConfiguration()
      Specified by:
      getConfiguration in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
    • getRepositoryConfigurationExtension

      protected org.springframework.data.repository.config.RepositoryConfigurationExtension getRepositoryConfigurationExtension()
      Specified by:
      getRepositoryConfigurationExtension in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport