Class RestApiConfig
- java.lang.Object
-
- ca.bccdcphl.sequencingruns.config.api.RestApiConfig
-
- All Implemented Interfaces:
org.springframework.data.rest.webmvc.config.RepositoryRestConfigurer
@Configuration public class RestApiConfig extends Object implements org.springframework.data.rest.webmvc.config.RepositoryRestConfigurer
-
-
Constructor Summary
Constructors Constructor Description RestApiConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
configureRepositoryRestConfiguration(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:
configureRepositoryRestConfiguration
in interfaceorg.springframework.data.rest.webmvc.config.RepositoryRestConfigurer
-
-