Class RestConfiguration
- java.lang.Object
-
- nl.b3p.tailormap.api.configuration.RestConfiguration
-
- All Implemented Interfaces:
org.springframework.data.rest.webmvc.config.RepositoryRestConfigurer
@Configuration public class RestConfiguration extends Object implements org.springframework.data.rest.webmvc.config.RepositoryRestConfigurer
-
-
Constructor Summary
Constructors Constructor Description RestConfiguration(javax.persistence.EntityManager entityManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigureRepositoryRestConfiguration(org.springframework.data.rest.core.config.RepositoryRestConfiguration config, org.springframework.web.servlet.config.annotation.CorsRegistry cors)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.springframework.data.rest.webmvc.config.RepositoryRestConfigurer
configureConversionService, configureExceptionHandlerExceptionResolver, configureHttpMessageConverters, configureJacksonObjectMapper, configureValidatingRepositoryEventListener, customizeAuditableBeanWrapperFactory, customizeLinkCollector
-
-
-
-
Method Detail
-
configureRepositoryRestConfiguration
public void configureRepositoryRestConfiguration(org.springframework.data.rest.core.config.RepositoryRestConfiguration config, org.springframework.web.servlet.config.annotation.CorsRegistry cors)- Specified by:
configureRepositoryRestConfigurationin interfaceorg.springframework.data.rest.webmvc.config.RepositoryRestConfigurer
-
-