Class FirestoreRepositoriesRegistrar

java.lang.Object
org.springframework.data.repository.config.RepositoryBeanDefinitionRegistrarSupport
com.google.cloud.spring.data.firestore.repository.config.FirestoreRepositoriesRegistrar
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.context.annotation.ImportBeanDefinitionRegistrar, org.springframework.context.EnvironmentAware, org.springframework.context.ResourceLoaderAware

public class FirestoreRepositoriesRegistrar extends org.springframework.data.repository.config.RepositoryBeanDefinitionRegistrarSupport
Registers the class of the Firestore repositories enabling annotation.
Since:
1.2
  • Constructor Details

    • FirestoreRepositoriesRegistrar

      public FirestoreRepositoriesRegistrar()
  • Method Details

    • getAnnotation

      protected Class<? extends Annotation> getAnnotation()
      Specified by:
      getAnnotation in class org.springframework.data.repository.config.RepositoryBeanDefinitionRegistrarSupport
    • getExtension

      protected org.springframework.data.repository.config.RepositoryConfigurationExtension getExtension()
      Specified by:
      getExtension in class org.springframework.data.repository.config.RepositoryBeanDefinitionRegistrarSupport