| Package | Description |
|---|---|
| org.springframework.data.rest.webmvc | |
| org.springframework.data.rest.webmvc.config |
| Modifier and Type | Method and Description |
|---|---|
void |
RepositoryRestHandlerMapping.setJpaHelper(JpaHelper jpaHelper) |
| Modifier and Type | Method and Description |
|---|---|
JpaHelper |
RepositoryRestMvcConfiguration.jpaHelper() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.data.rest.webmvc.config.DelegatingHandlerMapping |
RepositoryRestMvcConfiguration.restHandlerMapping(Repositories repositories,
RepositoryResourceMappings resourceMappings,
Optional<JpaHelper> jpaHelper,
RepositoryRestConfiguration repositoryRestConfiguration,
CorsConfigurationAware corsRestConfiguration)
The
HandlerMapping to delegate requests to Spring Data REST controllers. |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.