| Package | Description |
|---|---|
| org.springframework.data.rest.webmvc.config |
| Modifier and Type | Class and Description |
|---|---|
class |
RepositoryRestConfigurerDelegate
Delegating implementation of
RepositoryRestConfigurer that will forward all calls to configuration methods to
all registered RepositoryRestConfigurer. |
| Modifier and Type | Method and Description |
|---|---|
static RepositoryRestConfigurer |
RepositoryRestConfigurer.withConfig(BiConsumer<RepositoryRestConfiguration,CorsRegistry> consumer)
Convenience method to easily create simple
RepositoryRestConfigurer instances that solely want to tweak the
RepositoryRestConfiguration. |
static RepositoryRestConfigurer |
RepositoryRestConfigurer.withConfig(Consumer<RepositoryRestConfiguration> consumer)
Convenience method to easily create simple
RepositoryRestConfigurer instances that solely want to tweak the
RepositoryRestConfiguration. |
| Modifier and Type | Method and Description |
|---|---|
static RepositoryRestConfigurerDelegate |
RepositoryRestMvcConfiguration.configurerDelegate(List<RepositoryRestConfigurer> configurers) |
| Constructor and Description |
|---|
RepositoryRestConfigurerDelegate(Iterable<RepositoryRestConfigurer> delegates)
Creates a new
RepositoryRestConfigurerDelegate for the given RepositoryRestConfigurers. |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.