Package io.jmix.rest
Class RestConfiguration
java.lang.Object
io.jmix.rest.RestConfiguration
- All Implemented Interfaces:
- org.springframework.web.servlet.config.annotation.WebMvcConfigurer
@Configuration
@ComponentScan
@ConfigurationPropertiesScan
@PropertySource("classpath:/io/jmix/rest/module.properties")
public class RestConfiguration
extends Object
implements org.springframework.web.servlet.config.annotation.WebMvcConfigurer
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidconfigureContentNegotiation(org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer customizer) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.web.servlet.config.annotation.WebMvcConfigureraddArgumentResolvers, addCorsMappings, addFormatters, addInterceptors, addResourceHandlers, addReturnValueHandlers, addViewControllers, configureAsyncSupport, configureDefaultServletHandling, configureHandlerExceptionResolvers, configureMessageConverters, configurePathMatch, configureViewResolvers, extendHandlerExceptionResolvers, extendMessageConverters, getMessageCodesResolver, getValidator
- 
Field Details- 
restProperties
 
- 
- 
Constructor Details- 
RestConfigurationpublic RestConfiguration()
 
- 
- 
Method Details- 
configureContentNegotiationpublic void configureContentNegotiation(org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer customizer) - Specified by:
- configureContentNegotiationin interface- org.springframework.web.servlet.config.annotation.WebMvcConfigurer
 
 
-