Uses of Interface
org.springframework.data.rest.webmvc.config.CorsConfigurationAware
Packages that use CorsConfigurationAware
-
Uses of CorsConfigurationAware in org.springframework.data.rest.webmvc.config
Methods in org.springframework.data.rest.webmvc.config with type parameters of type CorsConfigurationAwareModifier and TypeMethodDescription<T extends RepositoryRestConfiguration & CorsConfigurationAware>
TRepositoryRestMvcConfiguration.repositoryRestConfiguration()
Main configuration for the REST exporter.Methods in org.springframework.data.rest.webmvc.config with parameters of type CorsConfigurationAwareModifier and TypeMethodDescriptionorg.springframework.data.rest.webmvc.config.DelegatingHandlerMapping
RepositoryRestMvcConfiguration.restHandlerMapping
(Repositories repositories, RepositoryResourceMappings resourceMappings, Optional<JpaHelper> jpaHelper, RepositoryRestConfiguration repositoryRestConfiguration, CorsConfigurationAware corsRestConfiguration) TheHandlerMapping
to delegate requests to Spring Data REST controllers.