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 RepositoryRestConfigurer
RepositoryRestConfigurer.withConfig
(BiConsumer<RepositoryRestConfiguration, CorsRegistry> consumer) Convenience method to easily create simpleRepositoryRestConfigurer
instances that solely want to tweak theRepositoryRestConfiguration
.static RepositoryRestConfigurer
RepositoryRestConfigurer.withConfig
(Consumer<RepositoryRestConfiguration> consumer) Convenience method to easily create simpleRepositoryRestConfigurer
instances that solely want to tweak theRepositoryRestConfiguration
.