Class CasesConfiguration
java.lang.Object
net.n2oapp.framework.sandbox.cases.CasesConfiguration
- All Implemented Interfaces:
org.springframework.data.rest.webmvc.config.RepositoryRestConfigurer
@Configuration
public class CasesConfiguration
extends Object
implements org.springframework.data.rest.webmvc.config.RepositoryRestConfigurer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigureRepositoryRestConfiguration(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, waitMethods inherited from interface org.springframework.data.rest.webmvc.config.RepositoryRestConfigurer
configureConversionService, configureExceptionHandlerExceptionResolver, configureHttpMessageConverters, configureJacksonObjectMapper, configureValidatingRepositoryEventListener, customizeAuditableBeanWrapperFactory, customizeLinkCollector
-
Constructor Details
-
CasesConfiguration
public CasesConfiguration()
-
-
Method Details
-
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
-