Uses of Class
org.springframework.data.repository.config.RepositoryRegistrationAotProcessor
Packages that use RepositoryRegistrationAotProcessor
Package
Description
Support classes for repository namespace and JavaConfig integration.
-
Uses of RepositoryRegistrationAotProcessor in org.springframework.data.repository.config
Methods in org.springframework.data.repository.config that return RepositoryRegistrationAotProcessorModifier and TypeMethodDescriptionprotected RepositoryRegistrationAotProcessorRepositoryRegistrationAotContribution.getRepositoryRegistrationAotProcessor()Methods in org.springframework.data.repository.config with parameters of type RepositoryRegistrationAotProcessorModifier and TypeMethodDescriptionRepositoryRegistrationAotContribution.fromProcessor(RepositoryRegistrationAotProcessor repositoryRegistrationAotProcessor) Factory method used to construct a new instance ofRepositoryRegistrationAotContributioninitialized with the given, requiredRepositoryRegistrationAotProcessorfrom which this contribution was created.Constructors in org.springframework.data.repository.config with parameters of type RepositoryRegistrationAotProcessorModifierConstructorDescriptionprotectedRepositoryRegistrationAotContribution(RepositoryRegistrationAotProcessor repositoryRegistrationAotProcessor) Constructs a new instance of theRepositoryRegistrationAotContributioninitialized with the given, requiredRepositoryRegistrationAotProcessorfrom which this contribution was created.