@EnableConfigurationProperties(value=XssProperties.class) public class XssConfiguration extends Object
| Constructor and Description |
|---|
XssConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.ObjectMapper |
objectMapper(org.springframework.http.converter.json.Jackson2ObjectMapperBuilder builder) |
org.springframework.boot.web.servlet.FilterRegistrationBean |
registrationXssFilter(XssProperties properties) |
@Bean public org.springframework.boot.web.servlet.FilterRegistrationBean registrationXssFilter(XssProperties properties)
@Bean public com.fasterxml.jackson.databind.ObjectMapper objectMapper(org.springframework.http.converter.json.Jackson2ObjectMapperBuilder builder)
Copyright © 2019. All rights reserved.