Uses of Interface
org.springframework.data.rest.webmvc.config.RepositoryRestConfigurer
Packages that use RepositoryRestConfigurer
-
Uses of RepositoryRestConfigurer in org.springframework.data.rest.webmvc.config
Methods in org.springframework.data.rest.webmvc.config that return RepositoryRestConfigurerModifier and TypeMethodDescriptionstatic RepositoryRestConfigurerRepositoryRestConfigurer.withConfig(BiConsumer<org.springframework.data.rest.core.config.RepositoryRestConfiguration, CorsRegistry> consumer) Convenience method to easily create simpleRepositoryRestConfigurerinstances that solely want to tweak theRepositoryRestConfiguration.static RepositoryRestConfigurerRepositoryRestConfigurer.withConfig(Consumer<org.springframework.data.rest.core.config.RepositoryRestConfiguration> consumer) Convenience method to easily create simpleRepositoryRestConfigurerinstances that solely want to tweak theRepositoryRestConfiguration.